@streamerbot/client v1.11.0
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
3 months ago
3 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
10 months ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago