ContactsPlusLive / twitch-websocket

Makes Twitch EventSub connections in Resonite possible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Makes Twitch EventSub connections in Resonite possible.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%