Questions tagged [twitch-api]

Twitch is a live streaming service and global community for content spanning gaming, entertainment, music, sports, and more. Use this tag for questions related to the Twitch API, Extensions, Drops, or EventSub.

Official Twitch Links

Twitch API on GitHub

181 questions
2
votes
1 answer

How do I get an API access token dynamically for an NGINX proxy

I started to play around with the IGDB API for an iOS App. Some days ago IGDB launched V4 which now requires authorizing with Twitch via oAuth2 in order to receive an app access token. With my poor backend knowledge (I literally started yesterday to…
Svenson
  • 103
  • 1
  • 8
2
votes
2 answers

Twitch videos in flutter

I want to create a flutter website where there is a collection of twitch and youtube videos. I tried to use the video_player plugin but for that I can either use the youtube_player plugin or I have to use an API to convert all links to their source…
Siddharth Agrawal
  • 2,960
  • 3
  • 16
  • 37
2
votes
2 answers

IGDB by Twitch API hourly/minutely rate limit?

I'm running queries against the IGDB API, and cannot find any documentation on how many requests/minute am I allowed to send via their free plan. There is a limit of 5 requests/minute against their api_status endpoint- but I cannot find any…
CorerMaximus
  • 653
  • 5
  • 15
2
votes
1 answer

Axios Response Data Replace

I'm trying to learn Axios and Vue with using Twitch API. I'm fetching data from that API and there is thumbnail_url which is for channel's thumbnail photos but I have to change that data's width and height because it's coming like…
lilrevo
  • 71
  • 1
  • 10
2
votes
1 answer

How to make user logout via twitch API?

i' am working on a website in which I have to make a functionality for voting a specific channel so the requirement is that the user who is voting he must log in to vote a channel so how do i validate that this user is logged in or not because there…
tabyf5
  • 172
  • 14
2
votes
2 answers

Extract URL from a web page result and display the URL in a Iframe

My last clip result is located here which gives me something like Last clip created by HeyitsLonestar while playing Deadlight - https://clips.twitch.tv/SarcasticRacySrirachaTBCheesePull I would like to be able to extract just the URL and put it…
samuel
  • 21
  • 2
1
vote
1 answer

Twitch Api - Get List of Drops (Entitlements) for a Game

I am using the TwitchLib nuget package and I want to retrieve a list of drops (entitlements) for a specified game. I have got the TwitchLib api working as I can get a list of user streams and check if they are online or not. But I want to use the…
Bad Dub
  • 1,503
  • 2
  • 22
  • 52
1
vote
2 answers

Twitch Chat Timing Out after 10 minutes for Unity game project

I need some advice on a Twitch chat game we are working on as I am now banging my head against a wall. When we start the game and connect to the Twitch API everything works fine for the first 10 minutes, then without any error or warning in the…
1
vote
1 answer

How to make a "!Timeout @(user)" command for Node.js Twitch Bot?

I own a node twitch bot and I want to make it so a mod can do !timeout @(user) to set the timeout of the chatter for 600 seconds. How can this be done? Here is some code I have so far: client.on("message", (channel, user, message, self) => { if…
christian
  • 11
  • 1
1
vote
3 answers

python Twitch-chatbot MONKALOT encounters json error on startup

Presently I'm trying to make MONKALOT run on a PythonAnywhere account (customized Web Developer). I have basic knowledge of Linux but unfortunately no knowledge of dev'oping python scripts but advanced knowledge of dev'oping Java (hope that…
actc
  • 672
  • 1
  • 9
  • 23
1
vote
0 answers

How to verify callback on twitch?

Im need to verify callback, what would twitch start send events. How to does process goes? Im already subscribe to event, left only verify my callback
1
vote
0 answers

discordjs Embed won't show up

Ok, so i'm trying to make a push notification for my discord. i found this script online. but it will not post the embed.... This is my monitor code: TwitchMonitor.onChannelLiveUpdate((streamData) => { const isLive = streamData.type ===…
Sander
  • 11
  • 1
1
vote
1 answer

Why is Twitch OAuth redirecting to a link with query strings separated by ‘#’?

I am creating a user login with the OAuth. Everything seems to work fine but Twitch redirect URI is messed up by the # where ? has to be. My redirect URI: https://localhost:7681/authorize URI Twitch redirects…
Andris Jefimovs
  • 689
  • 6
  • 17
1
vote
1 answer

Sending a message to twitch chat doesnt work

I'm creating a simple Twitch bot for personal use. I'm using twitchio.ext commands. Everything works fine, I'm connected, I'm able to print all the messages from the chat, my bot responds to commands but I'm not able to send a message to chat and I…
1
vote
1 answer

Calculate difference between two timestamps

I'm using the twitch api and TMI.JS I'm trying to fetch the timestamp of followed_at. The timestamp I got was 2021-12-25T15:49:57Z, how would I go about getting the current timestamp, and then calculating the difference. So in this instance it would…
Epicurious
  • 67
  • 8
1
2
3
11 12