Commit Graph

  • 0f767b7a33 Update INSTALLATION.md with instructions for compiled executable. main ramforth 2025-11-03 12:37:39 +01:00
  • 24455ee327 Revert changes related to YouTube Data API integration and threading for message sending. Restore chat scraping functionality. v0.1.0-alpha ramforth 2025-11-03 12:26:42 +01:00
  • 1ef278293c Updated with CODE OSS from CachyHelit ramforth 2025-10-31 11:46:38 +01:00
  • 01249cb73b Docs: Added Matt North's YouTube link to Contributors ramforth 2025-10-30 22:48:39 +01:00
  • c9390f1583 Docs: Added License, Contributors, and API Auth clarification ramforth 2025-10-30 22:32:22 +01:00
  • 3845f15405 Merge branch 'main' of https://gitea.ramforth.net/ramforth/youtube-chat-webhook-v2 ramforth 2025-10-30 22:14:54 +01:00
  • 7f3f65f0bf Working state: Reinstated terminal title fix ramforth 2025-10-30 22:01:05 +01:00
  • 0279a41939 Update documentation with Phase 3 Action 2 findings Ramforth 2025-10-30 20:33:24 +01:00
  • 3b5100999a Update documentation with Phase 3 Action 1 findings and pytchat fork discussion Ramforth 2025-10-30 20:30:03 +01:00
  • 59912bd4e6 Update documentation with Phase 3 Action 1 findings Ramforth 2025-10-30 20:28:39 +01:00
  • 4d02a548b8 Update documentation with Phase 2 Action 3 findings Ramforth 2025-10-30 20:24:15 +01:00
  • a35d23c598 Update documentation with Phase 2 Action 2 findings Ramforth 2025-10-30 20:17:39 +01:00
  • 0d45d295c3 Update DEVELOPMENT_PLAN.md with Phase 2 Action 1 findings Ramforth 2025-10-30 20:14:16 +01:00
  • c4fc7e1680 Update DEVELOPMENT_PLAN.md with Phase 1.5 Display Enhancements Ramforth 2025-10-30 20:11:08 +01:00
  • 566d26791e Implement reserved colors logic for user_colors.json Ramforth 2025-10-30 20:03:58 +01:00
  • d86aad9d82 Add annotations to pytchat_listener.py for clarity Ramforth 2025-10-30 19:59:59 +01:00
  • 7b4134f351 Fix rich markup interpretation in message_text using Text.from_markup() Ramforth 2025-10-30 19:57:03 +01:00
  • 061276618e Fix rich markup rendering for message_text Ramforth 2025-10-30 19:53:50 +01:00
  • bda9164f7c Fix rich markup rendering for username style Ramforth 2025-10-30 19:48:46 +01:00
  • 7052a80afe Fix multi-line background fill using Text.stylize Ramforth 2025-10-30 19:46:23 +01:00
  • 93986e0681 Fix multi-line background fill using Text.assemble and Text.pad_to_width Ramforth 2025-10-30 19:44:25 +01:00
  • 3d68a8efc7 Fix multi-line background fill and add user_colors.json error handling Ramforth 2025-10-30 19:38:07 +01:00
  • 6c68edb9fe Fix multi-line background fill for rich display Ramforth 2025-10-30 19:34:04 +01:00
  • ffe51afd37 Update documentation with current status and add installation instructions Ramforth 2025-10-30 19:28:57 +01:00
  • 865330db76 Implement persistent unique colors for chatters Ramforth 2025-10-30 19:26:29 +01:00
  • eede9a3560 Fix rich display padding by using .maximum attribute Ramforth 2025-10-30 19:21:29 +01:00
  • cceb082631 Implement alternating full-width background for chat messages Ramforth 2025-10-30 19:14:51 +01:00
  • 99ed27a8b7 Integrate cleaner colour_emoji function into pytchat_listener.py Ramforth 2025-10-30 19:09:24 +01:00
  • c2d033e2d7 Fix SyntaxError in emoji_pattern regex (correct multi-line raw string with re.VERBOSE) Ramforth 2025-10-30 19:04:14 +01:00
  • 8f686e6466 Fix SyntaxError in emoji_pattern regex in pytchat_listener.py (correct multi-line string) Ramforth 2025-10-30 19:01:43 +01:00
  • f17ed7cdd5 Fix SyntaxError in emoji_pattern regex in pytchat_listener.py Ramforth 2025-10-30 18:57:10 +01:00
  • f7bfa63562 Integrate rich display logic and logging into pytchat_listener.py Ramforth 2025-10-30 18:54:57 +01:00
  • 3b5ec1fb47 Add PROGRESS_LOG.md Ramforth 2025-10-30 18:51:41 +01:00
  • bfcdcb3271 Update DEVELOPMENT_PLAN.md with pytchat internal analysis findings and Gitea fork info Ramforth 2025-10-30 18:50:30 +01:00
  • 2c7db98112 Update DEVELOPMENT_PLAN.md with pytchat internal analysis findings Ramforth 2025-10-30 18:46:25 +01:00
  • 2ada77840d Update README.md and DEVELOPMENT_PLAN.md with pytchat status Ramforth 2025-10-30 18:21:29 +01:00
  • 6f0483f51b Implement 5-second display for video ID in pytchat_listener.py Ramforth 2025-10-30 18:18:39 +01:00
  • cecc52f52b Add pytchat_listener.py for basic chat fetching Ramforth 2025-10-30 18:12:53 +01:00
  • 956d5d7c6f Update DEVELOPMENT_PLAN.md with internal API findings and pytchat focus Ramforth 2025-10-30 18:06:17 +01:00
  • a00c58989c Update DEVELOPMENT_PLAN.md with internal API findings Ramforth 2025-10-30 18:00:56 +01:00
  • b0443a9c4a Update README.md and DEVELOPMENT_PLAN.md with revised research plan Ramforth 2025-10-30 17:33:27 +01:00
  • 60bf3290d3 Add DEVELOPMENT_PLAN.md and update README.md Ramforth 2025-10-30 17:21:57 +01:00
  • 765821d26b Update README.md with gRPC implementation plan Ramforth 2025-10-30 17:17:10 +01:00
  • 9899b04dc0 Update README.md with research plan Ramforth 2025-10-30 17:03:16 +01:00
  • d4c83fb908 Resolve merge conflict in README.md ramforth 2025-10-29 13:53:51 +01:00
  • 3a5244ad92 Initial commit ramforth 2025-10-29 13:44:46 +01:00
  • dbb5a3ca77 Initial commit: Webhook Listener Project Plan ramforth 2025-10-29 13:39:37 +01:00