Check if stream is front page

Is there a way to check if a stream is front page?

You can generally use the “featured” streams API to determine if a stream is in the rotation for the front page:
https://github.com/justintv/Twitch-API/blob/master/v3_resources/streams.md#get-streamsfeatured

What’s your use case?

I want to make my bot say something in chat like “Oh boy we are on the front page”, so it will check every minute or so from the api and if it notices that the stream is now on the front page while the last check it wasn’t then it will print out that message

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.