Hello there,
I would like to create a program in HTML/CSS/JS that I can integrate as a Browser Source into OBS Studio.
In this program, I would like to LISTEN & GET multiple events that trigger into my channel when I’m live (follows, subs, messages in the chat, bits, etc).
The idea is to get a JSON response with all the information about the event, that I can manipulate in JavaScript and display it in HTML/CSS.
For example, if someone follows the channel, I would like to get his nickname.
And if someone gives bits, I would like to get his nickname and the amount of bits.
All of those examples could be given by the JSON response of the API.
Is it possible to guide me into the Twitch API documentation with what I’m looking for ? If what I’m looking for is possible of course.
Thank you so much for your help !
Peace