1.11.0 • Published 22 days ago

@streamerbot/client v1.11.0

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

Streamer.bot Client

TypeScript client for interacting with the Streamer.bot WebSocket API

Full Documentation

🌈 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

Whipstickgostop

📄 License

MIT License © 2023-Present Whipstickgostop

1.11.0

22 days ago

1.10.0

22 days ago

1.9.5

8 months ago

1.9.4

8 months ago

1.9.3

8 months ago

1.9.2

8 months ago

1.9.1

8 months ago

1.9.0

8 months ago

1.8.3

8 months ago

1.8.2

8 months ago

1.5.5

9 months ago

1.8.1

8 months ago

1.5.4

9 months ago

1.8.0

8 months ago

1.5.3

9 months ago

1.7.0

8 months ago

1.5.2

9 months ago

1.6.0

9 months ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.9.2

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago