HansTrashy/trashy_bot

Twitch Stream announcements

Opened this issue · 2 comments

Describe the solution you'd like
When TwitchStreams go live the bot will announce that in all channels where it was previously configured.

Additional context
Server owners/moderators have to do a minimal setup to define where the bot can post the stream updates and define wether normal users can add streams to configured channels or not

Use twitch webhooks to avoid polling the get-streams endpoint.

We probably should implement the webhook callbacks in a generalized way, its probably useful for other use cases as well.