Universal Twitch in-game chat

Discussion in 'Plugin Requests' started by ĿĒØ.ҒЯ, Jul 2, 2016.

  1. Hey !
    I'm looking for a plugin for show the Twitch chat on the Rust ingame chat visible only by me.
    Like:

    For do that more easier, do a plugin who show IRC channels on ingame chat, I know my IRC id for Twitch.

    Thanks :)
     
  2. Well, embedded
    Code:
    https://www.twitch.tv/{channelname}/chat
    should work
     
  3. Sorry for the bumps but I really need this :/
     
  4. I've looked into this quite a bit - at the moment Oxide for Rust only allows for GET and POST HTTP Web requests, whereas the twitch IRC (the only way to get the chat by itself) requires a constant connection and not just polling a webpage. It may be possible if someone makes an applet using the twitch API as a middle man between the twitch chat and the plugin, but it would be quite the feat! Sorry :(
     
  5. You can write Sockets/WebSockets extension for Oxide and then...
     
  6. I'm giving that a go now :)
     
  7. still not ?
     
  8. I'm sure someone is capable to do that, please :)