This NodeCG-bundle allows you to stream Youtube Live chat in realtime.
This bundle will be able to stream live chat on other stream platform (ex. Twitch)
In your terminal, please navigate to your root NodeCG folder. Then execute the command nodecg install alphaRomeo323/nodecg-livechat
.
-
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
-
Channel Id: Your Channel name here
-
Start/Stop button: Start/Stop anonymous client in selected channel
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
- if
- platform:
youtube
ortwitch