Describe the solution you'd like
Twitch viewers are able to accumulate a watch streak by joining consecutive streams. At certain milestones (3, 5, 10, and beyond), they are able to announce their current streak and potentially include a message alongside it (similar to subscribing). On twitch's stream manager, this activation can be shown both in chat and in the Activity Feed. For other viewers, this watch streak shows up in chat.
At present, Firebot does not show watch streak activations in chat nor their messages -- it is also not a trigger for firebot events. There have been instances where I have not been able to congratulate a viewer on their watch streak because I did not see them activating it.
This feature request is to show those watch streak activations in the chat module or the activity feed when they happen.
Additional context
I previously suspected that this kind of feature may be out of developer hands because it might not be available in the Twitch/EventSub/PubSub API yet. But it appears as though streamer.bot is able to listen for this event and run triggers off it according to their docs. I had hoped to find something in the Twitch API that they might be using, but all my searches for "streak" returned streaks for subscribing, which is not what I am talking about here. Nevertheless, I am hoping that if streamer.bot is able to do this, then other tools can do it too.
[edit 1: streamer.bot, not speaker.bot]
Describe the solution you'd like
Twitch viewers are able to accumulate a watch streak by joining consecutive streams. At certain milestones (3, 5, 10, and beyond), they are able to announce their current streak and potentially include a message alongside it (similar to subscribing). On twitch's stream manager, this activation can be shown both in chat and in the Activity Feed. For other viewers, this watch streak shows up in chat.
At present, Firebot does not show watch streak activations in chat nor their messages -- it is also not a trigger for firebot events. There have been instances where I have not been able to congratulate a viewer on their watch streak because I did not see them activating it.
This feature request is to show those watch streak activations in the chat module or the activity feed when they happen.
Additional context
I previously suspected that this kind of feature may be out of developer hands because it might not be available in the Twitch/EventSub/PubSub API yet. But it appears as though streamer.bot is able to listen for this event and run triggers off it according to their docs. I had hoped to find something in the Twitch API that they might be using, but all my searches for "streak" returned streaks for subscribing, which is not what I am talking about here. Nevertheless, I am hoping that if streamer.bot is able to do this, then other tools can do it too.
[edit 1: streamer.bot, not speaker.bot]