Questions tagged [twitch]

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

821 questions
3
votes
2 answers

Connect to Twitch IRC chat

Hello i've tried to connect to the Twitch IRC Chat so i can try to make a simple chat bot for twitch but im struggling to make it work. Error im getting: http://puu.sh/j3HwK/173a0388fb.png and here is the…
Bin4ry
  • 31
  • 1
  • 2
3
votes
1 answer

Playing Twitch.Tv Video within Android App? (Android Studio development)

Is there any way to natively play a Twitch stream-video in my Android app? I couldn't find any information about this on the internet. This is how I open up a twitch video at the moment in WebView (twitch.html):
user3973556
3
votes
1 answer

Connecting to twitch chat python

import time import win32api, win32con import socket #imports module allowing connection to IRC import threading #imports module allowing timing functions #sets variables for connection to twitch chat bot_owner = 'TheMagicalCake' nick =…
TheMagicalCake
  • 309
  • 1
  • 6
  • 13
3
votes
1 answer

How to embed a Twitch Stream inside a JFrame

I am a novice programmer and I'm trying to create a program that has links to many popular 'streamers' on Twitch.tv. (For those who don't know: Twitch.tv is a streaming website for people who stream games). When a user clicks on a link (JButton) to…
XQEWR
  • 638
  • 3
  • 11
  • 24
2
votes
1 answer

cooldown for twitch bot

I wan't my bot to answer the "!help" command that people will type on chat but only once every 60 seconds require('dotenv').config(); const tmi = require('tmi.js'); const client = new tmi.Client({ channels: [ 'test' ], identity: { …
ratlover64
  • 21
  • 2
2
votes
4 answers

Wait for pending Promises before rendering the Page

I am currently working on a webproject for a Twitch-Community in node.js. I'm using the Twitch API to receive the profilepictures and adding them with other information into an array of objects, before the page will be rendered. Unfortunately I'll…
Maggimann
  • 63
  • 1
  • 7
2
votes
1 answer

How to get information if someone redeem points?

tmi.twitch.tv does not support Channel Points what should I do? I couldn't find any other alternatives.
yoursempai
  • 21
  • 3
2
votes
1 answer

Twitch chat button is not picking up javascript set values

I am making a chrome extension where I need to add more functionality to the existing twitch chat. The problem is, if I set a value of the textarea (the twitch chat text box) through javascript and then allow the user to hit enter or press the…
Amit Sharma
  • 690
  • 8
  • 22
2
votes
1 answer

React redux action for Twitch extension

I am having some problems with the dispatch of an action under Redux. I have applied the different tutorials to the letter, but yet this does not take, I always get an empty table in my props. Here is my code: Config.js import React from…
Gordo
  • 21
  • 3
2
votes
0 answers

ffmpeg video and audio out of sync, slower (44100 to 48000)

I downloaded few live videos from Twitch using a youtube-dl command, but in the original video the audio have sampling rate in 48000 and youtube-dl saved the video in 44100, turning the video slower and the audio pitched. When i opened the audio on…
Derel
  • 21
  • 1
2
votes
1 answer

TwitchIO: How to send a chat message?

Is there a way to send a message via the TwitchIO library? for example, send a message if the time is 10:43 PM? This is not an event nor a message from twitch chat, that's an if/else totally invoked from within the application. I tried the code…
A.R.H
  • 383
  • 2
  • 6
  • 25
2
votes
1 answer

Use BetterTTV or FrankerFaceZ on Website other than Twitch

Is there any way to use eg BetterTTV or FranzerFaceZ (FFZ) on a website other than twitch.tv to replace emotes? I want to show onstream alerts on twitch (implemented via browser source). The messages sent often contain emotes like OMEGALUL or…
Alexander Taubenkorb
  • 3,031
  • 2
  • 28
  • 30
2
votes
0 answers

Checking a file if a bannedword is said python

I would like to create a banned list of words in a text file. Then when a command is typed check if the banned word is in the command and then add their username to a list of blocked usernames. So far I have created a banned users list that works…
Turtoise
  • 27
  • 4
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
1 answer

How does the Twitch "Disconnect Protection" work?

I've been bootstrapping my way to a budget Twitch streaming set-up and have managed to get myself to a point where I'm reliably getting a great looking 30fps 3000kbps 720p stream from a Raspberry Pi 4. But… as good as it is it still occasionally…
Flowdeeps
  • 21
  • 3