Chat Harvesting Universal Connection Kit
A browser extension and userscript that captures livestream chat messages from multiple platforms and forwards them to a WebSocket server.
- Kick
- YouTube
- Twitch
- Rumble
- Odysee
- VK
- X (Twitter)
- XMRChat
- Install Tampermonkey or Greasemonkey
- Install the userscript from
dist/chuck.user.js
- Build the extension:
npm run build:extension - Load the unpacked extension from
dist/chrome/ordist/firefox/
npm install
npm run buildBy default, CHUCK connects to ws://127.0.0.2:1350/chat.ws. Configure the server URL and platform toggles through the extension popup or userscript menu.
- SNEED - Stream Nexus backend server
BSD-3-Clause