Addidng chat_listener function for Twitch, adding custom overlay template for testing.

This commit is contained in:
2025-11-17 14:46:50 +01:00
parent 98cda57d90
commit 4013d3d23d
6 changed files with 119 additions and 4 deletions

View File

@@ -54,8 +54,11 @@ If you want to use emojis for visibility, here's some I have used:
* **Goal:** The core magic. Start chat listeners for users and show messages in the overlay.
* *(All tasks for this phase are on hold until Phase 2 is complete)*
### In Progress
* `[🧑‍🔧]` **3.1: Dynamic Listener Manager (The Big One):** Design a system (e.g., background service) to start/stop listener processes for users. @ramforth
### To Do
* `[ ]` **3.1: Dynamic Listener Manager (The Big One):** Design a system (e.g., background service) to start/stop listener processes for users.
* `[ ]` **3.2: User-Specific Broadcasting:** Update the WebSocket system to use "rooms" (e.g., `/ws/{user_id}`) so users only get their *own* chat.
* `[ ]` **3.3: Basic Overlay UI:** Create the `overlay.html` page that connects to the WebSocket and displays messages.