Skip to content

alphaRomeo323/nodecg-livechat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodecg-livechat

Release License

TL:DR

This NodeCG-bundle allows you to stream Youtube Live chat in realtime.

Future

This bundle will be able to stream live chat on other stream platform (ex. Twitch)

Requirements

Installation

In your terminal, please navigate to your root NodeCG folder. Then execute the command nodecg install alphaRomeo323/nodecg-livechat.

Dashboard

Youtube-Chat

dashboard

  • Radio button: Choose which ID to use to start LiveChat

    • Channel Id: Recomended

    • Live Id: If you stream with limited, please use it.

  • Start/Stop button: Start/Stop LiveChat with selected ID

Twitch-Chat

dasboard_2

  • Channel Id: Your Channel name here

  • Start/Stop button: Start/Stop anonymous client in selected channel

Replicant

Replicant name is chat

{
  author: 'hogehoge',
  avatar: 'https://yt4.ggpht.com/...',
  message: [ 
    { text: 'thinking' },
    {
      url: 'https://www.youtube.com/s/gaming/emoji/0f0cae22/emoji_u1f914.svg',
      alt: ':thinking_face:',
      isCustomEmoji: false,
      emojiText: '🤔'
    } ],
  platform: "youtube"
}
  • author: auther of the chat.
  • avater: URL of auther's avater
  • message:
    • if platform: youtube
      • text: raw text
      • url, alt, isCustomEmoji, emojiText: generated when the chat includes some emojis.
    • if platform: twitch, raw text
  • platform: youtube or twitch

About

Youtube Live Chat Streamer on NodeCG

Topics

Resources

License

Stars

Watchers

Forks