e303af090d
- Added threading to gunicorn instance - Changed cache to cachetools's TTL cache since it uses LRU if the cache is full - Increased cache sizes 1.5x |
||
---|---|---|
TwitchRSS | ||
.gitattributes | ||
.gitignore | ||
LICENSE.md | ||
README.md |
README.md
Twitch RSS Webapp for Google App Engine
This project is a very small web application for serving RSS feed for broadcasts in Twitch. It fetches data from Twitch API and caches in Memcache. The engine is webapp2.
A running version can be tried out at: https://twitchrss.appspot.com/vod/twitch
There is also a VOD only endpoint if you don't want to see ongoing streams which are known to break some readers: https://twitchrss.appspot.com/vodonly/twitch
Deployment
First you should set your own Twitch API client ID in the app.yaml. See how to deploy on Google App Engine.
Other things
The project uses a slightly modified Feedformatter to support more tags and time zone in pubDate tag.
About
The project has been developed by László Zeke.