/hackwrench-web

A Telegram bot adding notifications from Github, Gitlab and Trello

Primary LanguageRubyApache License 2.0Apache-2.0

Hackwrench Bot

A Telegram bot adding Github, Gitlab and Trello into your chat. It sends notifications on changes in repos like pushes, pull requrests, new issues. It also notifies about changes on Trello boards like new cards, comments or card moves.

It is deployed at hackwrench.us

This repository contains web UI and bot itself.

You can join the dev group by following the link telegram.me/joinchat/BmbIjwHOUGG0QenLdHDx-w.

Bootstrap

To run the app, you need to add following files

  • config/mongoid.yml

  • config/secrets.yml

The database is MongoDB, it does not require any extra tweaking.

Contributing

  1. fork the repo

  2. make the changes to the master branch

  3. write a test for your changes

  4. send a pull request