1.4.6 β€’ Published 1 month ago

@stu43005/masterchat v1.4.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

Masterchat

npm npm: total downloads npm: publish size typedoc

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.

Install

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.

CLI

npm i -g masterchat-cli
mc watch --org Hololive

See masterchat-cli for detailed usage.

Desktop App

See β˜„οΈKomet for further information.

Community

Contributing

  • 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.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind are welcome!

Projects using Masterchat

Related projects

1.4.6

1 month ago

1.4.5

1 month ago

1.4.4

1 month ago

1.4.3

1 month ago

1.4.2

2 months ago

1.4.1

2 months ago

1.4.0

2 months ago

1.3.0

2 months ago

1.2.2

6 months ago

1.2.1

11 months ago

1.2.0

12 months ago

1.1.3

12 months ago

1.1.2

1 year ago

1.1.1

1 year ago