Client
Streamer.bot WebSocket client
Install / Use
/learn @Streamerbot/ClientREADME
Streamer.bot Client
TypeScript client for interacting with the Streamer.bot WebSocket API
🌈 Demo
All functionality on Streamer.bot Toolkit is utilizing this client library 😍
📦 Installation
Package Manager
yarn add @streamerbot/client
npm install @streamerbot/client
pnpm install @streamerbot/client
CDN / Browser
<script src="https://unpkg.com/@streamerbot/client/dist/streamerbot-client.js"></script>
🦄 Basic Usage
import { StreamerbotClient } from '@streamerbot/client';
// Create a new client with default options
const client = new StreamerbotClient();
// Subscription will automatically be added to client with your listener function
client.on('Twitch.ChatMessage', (data) => {
console.log('Twitch Chat Message Received!', data);
});
Check out the docs for more usage examples.
🌸 Thanks
Huge thanks to nate1280 for creating Streamer.bot!
👨🚀 Contributors
📄 License
MIT License © 2023-Present Whipstickgostop
Related Skills
canvas
346.8kCanvas Skill Display HTML content on connected OpenClaw nodes (Mac app, iOS, Android). Overview The canvas tool lets you present web content on any connected node's canvas view. Great for: -
node-connect
346.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
107.6kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
