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.
Twitch just announced support in EventSub for the new-ish polls and predictions features. EventSub will now hit webhook endpoints for the following events:
Prediction End (https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types#channelpredictionend-beta), fired off when the prediction is either resolved (an outcome is confirmed by the streamer and/or a mod), or the prediction is cancelled. Same payload as Prediction Progress and Lock, but shows the number of bits awarded- null if the result is a refund or a loss, and the number of bits if it is a win.
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.
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.