Team-TAU / tau

TAU- Twitch API Unifier, a containerized relay/proxy to unify the WebHook- and WebSocket-based real-time Twitch APIs under a single (local) WebSocket connection.
MIT License
149 stars 38 forks source link

Add new polls and predictions webhooks. #26

Closed FiniteSingularity closed 3 years ago

FiniteSingularity commented 3 years ago

Twitch just announced support in EventSub for the new-ish polls and predictions features. EventSub will now hit webhook endpoints for the following events:

As many streamers are starting to use the poll and prediction features, these events will be added to TAU. Since the Top Predictors is a bit complex data-wise, I may have to implement a random assignment for the test pane. Such random generation would also be suitable for the Hypetrain event testing, so it would benefit both events.

FiniteSingularity commented 3 years ago

Added with PR #81.