TwitchRSS icon indicating copy to clipboard operation
TwitchRSS copied to clipboard

RSS Feed for games

Open vico93 opened this issue 7 years ago • 5 comments

Is possible to implement this? For example, if anyone starts a stream for determined game it get an rss entry, just like this page: https://www.twitch.tv/directory/game/(game name)

vico93 avatar Oct 23 '17 01:10 vico93

Looking at the API it is certainly possible. I'll have to experiment with the cache because the rate of change is very different from vods. Also my App Engine service is hitting some limits so we'll see. I'll run some tests later.

lzeke0 avatar Oct 24 '17 21:10 lzeke0

Thanks for the reply!

vico93 avatar Oct 24 '17 23:10 vico93

Any news about this? I could do some basic tests if you want (i have a spare rpi3 with raspian w/o graphic interface, plus python, node and java

vico93 avatar Nov 21 '17 21:11 vico93

I didn't have time to dig into it. :(

Just to clarify: there are two things that can be done with a twitch API without increasing the complexity too much:

  • Listing all vods for a particular game. This will list ongoing streams (as now). Using: https://dev.twitch.tv/docs/api/reference#get-videos
  • Listing all current streams for a particular game. This will be lossy without an actual database, meaning that between two requests a streamer go live and offline you'll miss the entry for that stream. Using: https://dev.twitch.tv/docs/api/reference#get-streams

lzeke0 avatar Nov 23 '17 18:11 lzeke0

How do i implement this?

daNutzzzzz avatar Nov 06 '21 13:11 daNutzzzzz