Generate RSS feeds for services that don’t provide usable feeds
Go to file
Laszlo Zeke 53da7045d9 Limiting feed to the newest 5 items instead of 10
GAE started counting UrlFetches to the free quota of incoming bandwith
and this made the app go over it's daily limit. Limited to only 50%
should be able to keep it under limit but users may miss some new
content if they arrive in burst or clients don't update frequently.
2017-07-20 11:40:32 +02:00
TwitchRSS Limiting feed to the newest 5 items instead of 10 2017-07-20 11:40:32 +02:00
.gitattributes 💥🐫 Added .gitattributes & .gitignore files 2015-10-10 00:06:24 +02:00
.gitignore Initial commit 2015-10-10 00:43:29 +02:00
LICENSE.md Initial commit 2015-10-10 00:43:29 +02:00
README.md Initial commit 2015-10-10 00:43:29 +02:00

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

Deployment

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.