Questions tagged [twitch]

Twitch is the ultimate platform for live streaming across a variety of content including gaming, entertainment, music, and sports. Have inquiries about the Twitch API, Extensions, Drops, or EventSub? Use this tag to get answers.

Implementing a universal timer for tmi.js and discord.js integration

I am currently working on a Discord bot that monitors multiple Twitch chats for commands and executes them on Discord using tmi.js and discord.js. Everything is functioning as expected, but I am facing an issue with implementing a global cooldown on the ...

Finding the initial channel points icon on twitch.tv/esl_csgo through Selenium and Python

While watching the livestream on the ESL CS:GO Twitch channel, I encountered an issue when trying to click on the channel points button/icon. Every time I attempt to do so, I receive an error message stating: "no such element: Unable to locate element." De ...

I'm attempting to sign up for Twitch using the Selenium module in Python, but I keep encountering an unexpected error

I am facing the issue indicated in the title. options = Options() options.add_argument("User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36") service = Service(ChromeDriverMa ...

Extracting timestamped text data from a simulated chat interface

I am looking to gather chat data from Twitch clips. These are saved moments from livestreams where viewer reactions are captured. Take a look at this example clip: While I can scrape all the data by watching the video and utilizing query selectors, my goa ...

The C# Twitch Class consistently retains a null value

As a self-taught C# programmer, my knowledge of classes and using JSON data is not as strong as I would like. I have been studying Java in school and applying that knowledge to C#, but I am struggling with deserializing JSON data obtained from an HTTP requ ...

Decoding JSON data from the Twitch API

I am currently working on retrieving a user's Twitch name using json_decode and their Steam ID, but I keep encountering an error that I can't seem to resolve. Despite researching similar issues faced by other users, I haven't made any progress in fixing it ...