Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 370 Bytes

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