Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naiyt/trellorss-gae
Google App Engine Trello RSS implementation
https://github.com/naiyt/trellorss-gae
Last synced: 4 days ago
JSON representation
Google App Engine Trello RSS implementation
- Host: GitHub
- URL: https://github.com/naiyt/trellorss-gae
- Owner: naiyt
- License: mit
- Archived: true
- Created: 2013-07-19T05:18:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T05:10:12.000Z (over 10 years ago)
- Last Synced: 2024-08-02T12:48:53.127Z (3 months ago)
- Language: Python
- Size: 336 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - naiyt/trellorss-gae - Google App Engine Trello RSS implementation (others)
README
Trello RSS Google App Engine Implementation
===========================================A Google App Engine implementation of my [trello-rss](https://github.com/naiyt/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.](http://trellorss.appspot.com)
Dependencies
------------* [Py-Trello](https://github.com/sarumont/py-trello)
* [Trello-RSS](https://github.com/naiyt/trello-rss)
* [PyRSS2Gen](https://pypi.python.org/pypi/PyRSS2Gen/1.1)You also need a [Trello API key](https://trello.com/1/appKey/generate). Create a file called `secret.py` in your `lib` directory and enter this line:
KEY = 'your Trello API key'
TODO
====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)