Em1dio / youtube-twitch-live-chat

helper tool to get live stream chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitch Youtube Live Chat

Helper tool to get stream live chat

Twitch

  • use tmi.js

Youtube

  • extend event emitter
  • config: channelId
  • simulate user agent
  • url to current live: https://www.youtube.com/channel/${channelId}/live
  • is alive?
  • get liveId from current live
  • get chat message
  • url to chat message: https://www.youtube.com/live_chat?v=${liveId}&pbj=1
  • is alive?
  • get messages
  • emit message
  • refactoring

About

helper tool to get live stream chat


Languages

Language:JavaScript 92.7%Language:HTML 7.3%