{"id":31646325,"url":"https://github.com/romestylez/multi-chat-overlay","last_synced_at":"2026-05-19T14:07:45.850Z","repository":{"id":316479473,"uuid":"1063550408","full_name":"romestylez/multi-chat-overlay","owner":"romestylez","description":"OBS browser source overlay for Twitch \u0026 Kick chat with 7TV and BTTV emotes.","archived":false,"fork":false,"pushed_at":"2026-01-24T15:35:11.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-30T22:31:21.108Z","etag":null,"topics":["7tv","7tv-emotes","bttv","bttv-emotes","chat","chat-overlay","emotes","kick","kick-com","obs","obs-studio","overlay","twitch","twitch-emotes"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/romestylez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-24T19:30:12.000Z","updated_at":"2026-01-24T15:35:14.000Z","dependencies_parsed_at":"2025-09-24T22:11:00.818Z","dependency_job_id":"c6824b7b-453d-4442-b957-257a2f398127","html_url":"https://github.com/romestylez/multi-chat-overlay","commit_stats":null,"previous_names":["romestylez/multi-chat-overlay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/romestylez/multi-chat-overlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romestylez%2Fmulti-chat-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romestylez%2Fmulti-chat-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romestylez%2Fmulti-chat-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romestylez%2Fmulti-chat-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romestylez","download_url":"https://codeload.github.com/romestylez/multi-chat-overlay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romestylez%2Fmulti-chat-overlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33219438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["7tv","7tv-emotes","bttv","bttv-emotes","chat","chat-overlay","emotes","kick","kick-com","obs","obs-studio","overlay","twitch","twitch-emotes"],"created_at":"2025-10-07T05:48:20.659Z","updated_at":"2026-05-19T14:07:45.845Z","avatar_url":"https://github.com/romestylez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Overlay (Twitch + Kick + 7TV + BetterTTV + FrankerFaceZ)\n\nA simple overlay for OBS that displays **Twitch chat** and **Kick chat** simultaneously, including **7TV**, **BetterTTV** and **FrankerFaceZ** emotes.  \nThe overlay runs completely locally in OBS as a **Browser Source** – no external service required.\n\n---\n\n## 🚀 Features\n- Display Twitch and Kick chat\n- Support for Twitch emotes, 7TV emotes, BetterTTV emotes and FrankerFaceZ emotes\n- Unified layout with CSS (font, size, emote alignment)\n- **Blacklist support**: ignore messages from specific users (e.g. bots)\n\n---\n\n## 📦 Installation\n1. Clone or download the repository:\n   ```bash\n   git clone https://github.com/YOURNAME/chat-overlay.git\n   cd chat-overlay\n   ```\n\n2. Copy the example config:\n   ```bash\n   cp config.js.example config.js\n   ```\n\n3. Enter your own values in `config.js`:\n   - **Twitch channel name**\n   - **Twitch OAuth token**\n   - **Kick App Key + Chatroom ID**\n   - **7TV user ID**\n   - **BTTV Twitch user ID**\n   - *(optional)* **Blocked users list**\n\n4. In OBS, add a **Browser Source**:\n   - Select the local file: `overlay.html`\n   - Set the size, e.g., `800x600` or whatever fits your layout\n\n---\n\n## 🔑 Required Data\n\n### Twitch\n- `TWITCH_CHANNEL` = your Twitch channel name (e.g. `smtxlost`)  \n- `TWITCH_OAUTH` = Chat token in the format `oauth:xxxxxxxxxxxx`  \n\n👉 How to get your token:  \n- Use: [https://twitchtokengenerator.com/](https://twitchtokengenerator.com/)  \n- Select the scope: `chat:read` is sufficient  \n- Copy the token and paste it into `config.js`  \n\n⚠️ Note: Tokens can expire. If that happens, you’ll need to generate a new one.  \n\n### Kick\n- `KICK_APP_KEY` and `KICK_CLUSTER` → **public values used by Kick for all users** (not secret, usually `32cbd69e4b950bf97679` and `us2`)  \n- `KICK_CHATROOM_ID` → unique per channel. Find it via the API:  \n  `https://kick.com/api/v1/channels/YOUR_CHANNEL`  \n  Look in the JSON for: `chatroom\":{\"id\":...}`\n\n### 7TV\n- `SEVENTV_USER_ID` → your user ID from [https://7tv.app](https://7tv.app)  \n\n### BTTV\n- `BTTV_TWITCH_USER_ID` → your Twitch user ID  \n  (e.g. via: [https://streamscharts.com/tools/convert-username](https://streamscharts.com/tools/convert-username))\n\n### FrankerFaceZ (FFZ)\n- `FFZ_CHANNEL` → your Twitch channel name (same as `TWITCH_CHANNEL`)  \n  Used to load your channel-specific FrankerFaceZ emotes.\n\n### User Blacklist\n- `BLOCKED_USERS` → an array of usernames to ignore (case-insensitive).  \n  Example:\n  ```js\n  BLOCKED_USERS: [\"nightbot\", \"streamelements\", \"moobot\"]\n  ```\n  Messages from these users will not appear in the overlay.\n\n---\n\n## 📄 License\nMIT License – free to use and adapt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromestylez%2Fmulti-chat-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromestylez%2Fmulti-chat-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromestylez%2Fmulti-chat-overlay/lists"}