Generate RSS feeds for services that don’t provide usable feeds
Go to file
Laszlo Zeke fc67ccba75 Disable autoscaling in GCP config
GAE regularly keeps an idle instance alive just in case but
that seems to count towards the instance hours quota. Disable
that to avoid being instanceless for a few hours a day.
2020-09-04 14:14:01 +02:00
TwitchRSS Disable autoscaling in GCP config 2020-09-04 14:14:01 +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 Add /vodonly to omit ongoing streams from results 2018-04-02 23:56:03 +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

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

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.