Question / Help Send text to Twitch Chat Dock via API

Technically, you could via debugging.

To expose Chrome Dev Tools for your browser sources, add --remote-debugging-port=1234 to your OBS Studio shortcut (where 1234 is your preferred port number) and navigate to http://localhost:1234/ in Chrome to connect to the session

However, the twitch chat dock in OBS is literally the popout chat from the website, you'd likely be better off using a proper chat application or chat bot.
 
Thanks for your reply. I thought that OBS handled the connection to Twitch chat and hence I could use it so it would deal with token connections and such. But from your reply its literally just a popout of the website and hence the browser handles all authentication.
 
Back
Top