As the title suggests, we’re able to “follow” a game when visiting the dictionary, e.g. https://www.twitch.tv/directory/game/League%20of%20Legends has it to the right beside the name.
What I’m looking for is how to get a notification via the API. I want to subscribe or listen to something so that when a broadcaster goes live under a certain game I can send myself an email.
I thought the PubSub would be where to look, however, the documentation only mentions bits and whispers.
PubSub only supports Bits and Whispers now. There isn’t a way to subscribe to a go live notification at all. You could accomplish this by polling the streams endpoint and checking the game field.