Masterchat is the most powerful library for YouTube Live Chat, supporting parsing 20+ actions, video comments and transcripts, as well as sending messages and moderating chats.
- π Getting Started
- π References
- πͺ Examples
- πββοΈ Ask Questions
- π Report a Bug
- π¦ Join Community
npm install masterchat
import { Masterchat, stringify } from "masterchat";
const mc = await Masterchat.init("oyxvhJW1Cf8");
const chats = mc.iter().filter((action) => action.type === "addChatItemAction");
for await (const chat of chats) {
console.log(`${chat.authorName}: ${stringify(chat.message)}`);
}
See MANUAL for further instructions.
npm i -g masterchat-cli
mc watch --org Hololive
See masterchat-cli for detailed usage.
See βοΈKomet for further information.
- Use masterchat with
DEBUG=masterchat
and report logs that are prefixed with[action required]
- Squash TODOs
See Contribution Guide for more information.
Ask questions in #masterchat
channel on holodata Discord server.
Thanks goes to these wonderful people (emoji key):
uetchy π» |
Shiaupiau π» |
Jan ProchΓ‘zka π» |
sphinxrave π |
David Chen π π€ |
Evgeniy Istomin π |
This project follows the all-contributors specification. Contributions of any kind are welcome!