813 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
337
views
StreamElements Twitch Shoutout Command: parse out '@' symbol
I'm setting up commands for StreamElements on a Twitch channel. I'm looking to create a !shoutout command, which I can do easily enough through the following:
Check out ${1}, they are playing ${game ${...
0
votes
1
answer
50
views
Adding variation on trigger word for twitch bot
I saw the post on how to add a cooldown for a twitch bot (cooldown for twitch bot) and the response given by @Ma3x is just what I needed (pasting it here for reference):
// the time of the last help ...
0
votes
0
answers
159
views
Can't send a message to Twitch chat via API
Can't send a message to Twitch chat via API
I want to send a message to Twitch chat using their API, but I get the error:
The sender must have authorized the app with the user:write:chat and user:bot ...
0
votes
0
answers
46
views
Twitch API (Events)
is there a possibility to enter multiple broadcaster_user_ids in a substription?
JsonObject requestBody = new JsonObject()
.put("type", "stream.online")
.put("version&...
0
votes
0
answers
38
views
Add new DOM element in Runtime using Node JS
In my server.js, I have a listener using tmi.js that gets the comments from a twitch channel, and I want to create a new DOM element everytime a new comment appears to display it on the page.
What is ...
0
votes
1
answer
176
views
Using IRC how can I get a list of current viewers of my twitch stream?
Using twitches IRC API I am trying to get all the current viewers of my stream when the bot runs however on_names never runs even though when the bot connects it should receive JOIN, 353 and 366 ...
0
votes
0
answers
44
views
Is there any way to get time, where the twitch stream is at in embedd?
I've tried using some npm embed libraries, that support video players, however any onPlay, on Pause or onDuration don't give me current time of stream, when the video pauses, it goes back to 0 and the ...
0
votes
0
answers
204
views
Problem with FFmpeg breaking when streaming the entire screen and switching tabs
I'm working on a screen recording and streaming setup where the user records their entire screen and streams it to Twitch. The setup works fine initially, but when I switch tabs during recording, the ...
0
votes
2
answers
196
views
Adding a Cooldown feature in Auto-Reply Script For Twitch
I saw this post on reddit (Auto-Reply Script on other Stream) and I find the solution of @puerdon very useful, but I wonder if it's possible to add a cooldown for the auto-reply in the script/html ...
0
votes
1
answer
438
views
'Access-Control-Allow-Origin' -Error with Twitch API
I tried to fetch some data with the twitch.tv API on a little JavaScript project.
Here is the fetch request:
fetch("https://api.twitch.tv/helix/chat/emotes/global", {
headers:...
0
votes
1
answer
335
views
Problem with IGDB API getting game info from url
I've been trying out the IGDB API with python only just recently but I've run into an issue with getting game info. In many cases I only have the IGDB url available for what I'm trying to do, and not ...
0
votes
1
answer
91
views
How do I exclude chat commands in C#?
I integrated chat GPT into my twitch chat and it responds to all messages.
I've excluded gpt to respond to some users (including myself) using the code below (top), but I want to exclude all messsages ...
1
vote
1
answer
651
views
How to get Azure Functions [Javascript] raw Body data for HMAC signature verification (Twitch EventSub validation)
I have a similar request from the user here where I'm trying to generate an HMAC that matches the signature of a validation request from Twitch EventSub.
I'm following the example from Twtich for ...
0
votes
1
answer
1k
views
Can't get cover URL from IGDB API
I'm just getting started with the IGDB API and I'm trying to get all the data I need for a search result using requests in Python. I have the search function working fine, but the API only returns ID ...
-1
votes
1
answer
506
views
Refused to frame 'https://www.twitch.tv/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors
I want to put a broadcaster’s chat on Twitch on my own site, but I am getting an error. Is there anyone who can help solve this problem?
I was getting the same error when I wanted to add a live ...