TwitchTV Plugin

Discussion in 'Plugin Development' started by Declan5486, Sep 5, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Declan5486

    Im trying to re make a plugin that will broadcast a message in chat when someone goes live some people will remember this when JustinTV was still here it was possible

    I have been looking it could still be possible but im not sure how im going to do it in a bundle of code.

    The twitch api running which i found on github
    https://github.com/justintv/twitch-api
    is the github but the live version
    https://api.twitch.tv/kraken/channels/<CHANNEL NAME>
    im not sure if this is the right one im looking at but i cant find the part live part which should look like this

    live: false
     
  2. Offline

    Zombie_Striker

    @Declan5486
    In order to trigger a method when someone on the server is using twitch, there would need to be some sort of packet that gets sent. Which none does. So you can't tell if some on the server is using twich. You can do it generically and have the server ping twitch's servers to see if a streamer is online (and if you want to link accounts with players onlines, in a way you can see when someone is stream).
     
  3. Offline

    bean710

    @Declan5486
    I believe this will help. If you need anything else, just tahg me.
     
Thread Status:
Not open for further replies.

Share This Page