{"id":29581637,"url":"https://github.com/streamerbot/client","last_synced_at":"2025-07-19T20:12:54.548Z","repository":{"id":65591282,"uuid":"592920043","full_name":"Streamerbot/client","owner":"Streamerbot","description":"Streamer.bot WebSocket client","archived":false,"fork":false,"pushed_at":"2025-07-14T15:18:30.000Z","size":2869,"stargazers_count":43,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T17:19:31.364Z","etag":null,"topics":["streamerbot","typescript","websocket"],"latest_commit_sha":null,"homepage":"https://streamerbot.github.io/client/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Streamerbot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-01-24T20:20:52.000Z","updated_at":"2025-07-14T15:18:33.000Z","dependencies_parsed_at":"2024-03-26T16:27:54.298Z","dependency_job_id":"1bfbc40c-9cdf-46c6-afd0-db594a94ea39","html_url":"https://github.com/Streamerbot/client","commit_stats":{"total_commits":68,"total_committers":2,"mean_commits":34.0,"dds":"0.014705882352941124","last_synced_commit":"a6a09dce1beb3d4e5c2b1052e18e317bbf449e19"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Streamerbot/client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Streamerbot%2Fclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Streamerbot%2Fclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Streamerbot%2Fclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Streamerbot%2Fclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Streamerbot","download_url":"https://codeload.github.com/Streamerbot/client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Streamerbot%2Fclient/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265686638,"owners_count":23811210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["streamerbot","typescript","websocket"],"created_at":"2025-07-19T20:12:53.385Z","updated_at":"2025-07-19T20:12:54.536Z","avatar_url":"https://github.com/Streamerbot.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streamer.bot Client\n\nTypeScript client for interacting with the [Streamer.bot](https://streamer.bot) WebSocket API\n\n[![npm (scoped)](https://img.shields.io/npm/v/@streamerbot/client)](https://www.npmjs.com/package/@streamerbot/client) [![npm](https://img.shields.io/npm/dt/@streamerbot/client)](https://www.npmjs.com/package/@streamerbot/client) [![docs](https://img.shields.io/badge/-Documentation-blue)](https://streamerbot.github.io/client)\n\n[Full Documentation](https://streamerbot.github.io/client/)\n\n## 🌈 Demo\nAll functionality on [Streamer.bot Toolkit](https://toolkit.streamer.bot) is utilizing this client library 😍\n\n## 📦 Installation\n\nPackage Manager\n\n```\nyarn add @streamerbot/client\n\nnpm install @streamerbot/client\n\npnpm install @streamerbot/client\n```\n\nCDN / Browser\n\n```\n\u003cscript src=\"https://unpkg.com/@streamerbot/client/dist/streamerbot-client.js\"\u003e\u003c/script\u003e\n```\n\n## 🦄 Basic Usage\n\n```ts\nimport { StreamerbotClient } from '@streamerbot/client';\n\n// Create a new client with default options\nconst client = new StreamerbotClient();\n\n// Subscription will automatically be added to client with your listener function\nclient.on('Twitch.ChatMessage', (data) =\u003e {\n  console.log('Twitch Chat Message Received!', data);\n});\n```\n\nCheck out the [docs](https://streamerbot.github.io/client/) for more usage examples.\n\n## 🌸 Thanks\n\nHuge thanks to [nate1280](https://github.com/nate1280) for creating Streamer.bot!\n\n## 👨‍🚀 Contributors\n[Whipstickgostop](https://github.com/whipstickgostop)\n\n## 📄 License\nMIT License © 2023-Present [Whipstickgostop](https://github.com/whipstickgostop)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamerbot%2Fclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamerbot%2Fclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamerbot%2Fclient/lists"}