C
C#2mo ago
Soap Boy

OBS Websocket confusion

So I'm trying to work with the OBS websocket system and it doesn't seem to have any documentation, although the github does point to libraries for languages like rust and python. Although I wanted to integrate it with my twitch chatbot that I've also programmed in c#. Does anyone have any ideas on how I could potentially get started? Are there any recommended libraries for websockets in c# or just the base one that comes with .Net?
2 Replies
leowest
leowest2mo ago
https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md https://github.com/Durss/Twitchat first one explains how the protocol for the obs websocket works which should be all u need, 2nd is a twitch chat app not in c# but should be helpful
Soap Boy
Soap Boy2mo ago
Why thank you!