/twitch-websocket

Makes Twitch EventSub connections in Resonite possible.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Twitch⇔Resonite Websocket

A Python script using FastAPI and pyTwitchAPI to achieve an EventSub connection between the Twitch API and Resonite via websocket.

Make sure to set the environment variables as setup in .env.example, then run the server just like you would a normal FastAPI instance.

For debugging:

uvicorn main:app --reload --log-level debug