You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ive been using the pytwitch API for some time now and ive been getting alot of success using the chatbot for listening for events on multiple channels.
However, the events that the chatbot cant provide proper data on, is follows and subscriptions. Follows doesnt work on the chatbot and subscriptions dont provide all the necessary info, such as who subscribed or who gifted a sub.
After some digging, i have found that EventSub provides the functionality that im looking for. Through this and some additional authentication on a specified user, i can listen for events on the specified channel.
However, i have found that this is currently limited to a singular channel that i authorize via my browser when i provide the necessary details. This is all through the websocket portion of the Eventsub module, because i havent been able to setup the webhook version through my limited knowledge of webhooks...
Is it possible to setup EventSub listeners for multiple channels at once via a websocket?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there!
Ive been using the pytwitch API for some time now and ive been getting alot of success using the chatbot for listening for events on multiple channels.
However, the events that the chatbot cant provide proper data on, is follows and subscriptions. Follows doesnt work on the chatbot and subscriptions dont provide all the necessary info, such as who subscribed or who gifted a sub.
After some digging, i have found that EventSub provides the functionality that im looking for. Through this and some additional authentication on a specified user, i can listen for events on the specified channel.
However, i have found that this is currently limited to a singular channel that i authorize via my browser when i provide the necessary details. This is all through the websocket portion of the Eventsub module, because i havent been able to setup the webhook version through my limited knowledge of webhooks...
Is it possible to setup EventSub listeners for multiple channels at once via a websocket?
Beta Was this translation helpful? Give feedback.
All reactions