
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@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 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.
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!
FAQs
JavaScript library for YouTube Live Chat
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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.