PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
785 stars 163 forks source link

Websocket Eventsub #414

Closed IAmTomahawkx closed 1 year ago

IAmTomahawkx commented 1 year ago

Pull request summary

This PR adds websocket capabilities to the eventsub ext. This implementation is a bit of a patchwork, as the ext wasn't designed for multiple transports. Care has been taken to avoid making any breaking changes to existing usage of webhooks.

Checklist