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
-2
votes
2 answers

Twitch bot lurker welcome

I am a new-coming streamer, and i saw this on a few channels and wondered how to do it: As soon as someone joins the channel, the name gets pulled, and welcomed in chat by the bot, this stops people from lurking and gets them to chat with other…
marcnetz
  • 113
  • 7
-2
votes
1 answer

Pulling an Array from API (Twitch)

I am in no way a coder, all I know how to do is manipulate a bit of code to work, I managed to pull a Live Follower and Views from Twitch's API, but I am having trouble with this code that pulls the Live Viewers... It doesn't seem to want to work. I…
Exuviax
  • 73
  • 1
  • 1
  • 7
-3
votes
1 answer

How to fetch total game viewers for the new Twitch API using react?

Due to the new twitch API, there is no specified api response that returns the number of viewers per game. The only viewer_count option the documentation gives is the amount of viewers per stream. Top Games:…
jpatt
  • 13
  • 7
-3
votes
3 answers

Get value from Twitch API

Currently trying to make a system that will change a button's color based on if the streamer on the button is live or not. I have a way to download the json string into a variable but I don't know what to do with that. I know I have to check if the…
-3
votes
1 answer

How broadcasting video on twitch?

Sorry for my bad english. Help me figure out how you can broadcast video on twitch using java. I did not leave a working example on the Internet Can I implement my rtmp protocol? Help please, Thank you.
-3
votes
3 answers

Json Decode Twitch Api PHP

I am trying to get propriety of Json Decoded string of twitch tv $hue = file_get_contents('https://api.twitch.tv/kraken/streams/?channel=starladder1'); $hue = json_decode($hue); print_r($hue->display_name); but it doesnt work tryed almost…
Pedro GS
  • 3
  • 1
  • 4
-5
votes
2 answers

How to automatically connect to a Twitch stream like a normal user

I would like to have a program (Python) that can automatically connect to a stream when it launches. It would act and be recognized like a normal viewer, connected with my Twitch account. I saw the library python-twitch, but it looks more useful for…
LoneRetriever
  • 119
  • 10
-6
votes
1 answer

Why aren't my links clickable?

I'm making a program that determines whether or not a Twitchtv user is currently streaming, and that offers a link to their page. The streaming portion is going fine, but nothing happens upon clicking their name. I can tell that it's a valid URL,…
eversomber
  • 31
  • 1
  • 6
-6
votes
1 answer

Theoretically speaking, is this possible?

Okay, so I have come up with an idea that is based loosely on TwitchPlaysPokemon, I won't go into huge detail as it is a new idea, but I will cover the basics. What I would be looking to do is have a program that can, in a game, move the mouse to a…
1 2 3
54
55