A Google App Engine implementation of my trello-rss Python module. Allows you to create and manage feeds for Trello boards. Has support for both public and private boards.
You can create feeds with this application here.
You also need a Trello API key. Create a file called secret.py
in your lib
directory and enter this line:
KEY = 'your Trello API key'
Feel free to suggest any changes, or make them yourselves and then send a pull request. Here are some things that need to be done:
- Support for more actions
- Support for organizations
- Modify feed page
- More efficient feed generation (for performance)