
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@hitomaru/masterchat
Advanced tools
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.
npm install @hitomaru/masterchat
import { Masterchat, stringify } from "@hitomaru/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.
DEBUG=masterchat
and report logs that are prefixed with [action required]
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!
v1.3.0
ErrorAction
, UnknownAction
BotError
addBannerToLiveChatCommand
addChatItemAction
YTAnyText
YTPlayabilityStatus
MembersOnlyError
should have additional dataparseMetadataFromWatch
should handle more edge cases
playabilityStatus
not existMembersOnly
chat should be available when stream endedFAQs
JavaScript library for YouTube Live Chat
The npm package @hitomaru/masterchat receives a total of 6 weekly downloads. As such, @hitomaru/masterchat popularity was classified as not popular.
We found that @hitomaru/masterchat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.