tisboyo / Twitch_Bot

4 stars 2 forks source link

twitch webhook /stream endpoint is triggering start message when changing topic #256

Closed tisboyo closed 3 years ago

tisboyo commented 3 years ago

Figure out a way to not reset the stream when the endpoint is hit

tisboyo commented 3 years ago

https://dev.twitch.tv/docs/api/webhooks-reference#topic-stream-changed

tisboyo commented 3 years ago

Idea: Capture the start time, and compare future calls to the start time and if the same, it's most likely the topic.

tisboyo commented 3 years ago

No longer an issue with recent change to EventSub