Simple Telegram bot, notifying users and groups about changes on boards.
Please, notice that I do not host this bot for public use. If you want to use it—please, clone the sources and host it yourself or find another hoster.
This bot was developed with Python 3.5, though it may work on earlier versions.
- Install the dependencies:
pip install -r requirements.txt
-
Copy
config.sample.py
intoconfig.py
and fill in the necessary properties. -
Make sure you have created your bot at @BotFather to fill in the Telegram API key.
-
You can grab your Trello API key at https://trello.com/app-key.
-
Run the bot with:
./main.py
That's it. Now you're able to communicate with your bot.
Currently this bot only speaks Russian. If you want to translate it, feel free to modify bot/messages.py
- every word the bot ever says is listed in there.