How to check streamers status without their token

Hello
I’m currently making a website for a charity event, on this website, I want to make a toast appear when a streamer in a list start or end a stream, the thing it that I think that having a loop that check the status of all the streamers will be quite a mess both in code and on the network

Isn’t there a way using websocket or any live feed to check the status of the streamers without having them to give me their token ?

Thx to people who’ll help

1 Like

EventSub Subscription Types | Twitch Developers (and it’s friend offline), doesn’t need a token from the broadcaster.

the same as the “loop” calling the API.

Stream status is “public”

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.