Simple telegram bot server to notify about deadlines in Trello.
To start now just click here or add @trellonotifybot to your telegram contacts.
- small
- no database needed
- simple to interact
You can use existing bot @trellonotifybot
, or create your own.
- clone this repository
- copy
config.yml.example
toconfig.yml
- fill
telegram_token
andtrello_key
inconfig.yml
- run
npm install
- run server using
npm run start
(ornpm run forever
to run using pm2)