brentonc / echo2trello

Integrates an Amazon Echo with two trello lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

echo2trello

Integrates an Amazon Echo with two trello lists - one for todos, and one for shopping.

##config.txt To use this program you will need to rename config.sample.txt to config.txt, and correct the values it contains.

##Usage You can simply run the program from python3 (i.e. python3 PyEchoTrello.py). This will cause the program to run every n seconds (the number of seconds is defined in config.txt).

Alternatively, you can tell it to run once. I use this to run the program as a cron job on a Raspberry Pi.

##Credit Thanks to Greencoder and his project at https://github.com/greencoder/amazon-echo-cheddar for getting me started on the Amazon Echo side of the integration!

About

Integrates an Amazon Echo with two trello lists

License:GNU General Public License v2.0


Languages

Language:Python 100.0%