Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

oxymeal/trello-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello Bot for Telegram

Screenshot

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.

Installation

This bot was developed with Python 3.5, though it may work on earlier versions.

  1. Install the dependencies:
pip install -r requirements.txt
  1. Copy config.sample.py into config.py and fill in the necessary properties.

  2. Make sure you have created your bot at @BotFather to fill in the Telegram API key.

  3. You can grab your Trello API key at https://trello.com/app-key.

  4. Run the bot with:

./main.py

That's it. Now you're able to communicate with your bot.

Translation

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.

About

Simple Trello bot for Telegram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages