0

How can I find out if a twitch streamer is live on my website with the press of a button, how do I do it?

1 Answers1

0

To do this, you have to use the Twitch Api, you have some research leads here and here (to check if a streamer is online).

And to Embedding Twitch in your Website, you have this.

  • I found some code that should work but it says that it denied the quest from twitch so I think the problem is that my site is not secure. – Music Allen Dec 13 '20 at 15:17
  • Is there any way to avoid that and use another api? – Music Allen Dec 13 '20 at 15:24
  • The Twitch embed script is ``, I'm not sure you need an https site to use it, but it's sure that the twitch api is the easiest way (that I know) to embed twitch function on your website. – Lookitsgraphic Dec 13 '20 at 15:30