This is a small bot which relays Trello notifications to the Grove channel. It uses Google App Engine.
- Download and install Google App Engine Python SDK.
- Change the
name
field ofapp.yaml
. - Deploy the bot using
appcfg.py
. - Go to
http://<app-name>.appspot.com/
. It will requires you to authenticate. - Fill Trello app key (you can make it here) and Grove channel token.
- Authenticate Trello account using OAuth.
- Done. Notibot will post notification messages to the channel soon (less than 2 minutes).
It's initially made for private use by Crosspop, written by Hong Minhee, and distributed under MIT license. The source code can be found the following GitHub repository: