Commit Graph

33 Commits

Author SHA1 Message Date
566d26791e Implement reserved colors logic for user_colors.json 2025-10-30 20:03:58 +01:00
d86aad9d82 Add annotations to pytchat_listener.py for clarity 2025-10-30 19:59:59 +01:00
7b4134f351 Fix rich markup interpretation in message_text using Text.from_markup() 2025-10-30 19:57:03 +01:00
061276618e Fix rich markup rendering for message_text 2025-10-30 19:53:50 +01:00
bda9164f7c Fix rich markup rendering for username style 2025-10-30 19:48:46 +01:00
7052a80afe Fix multi-line background fill using Text.stylize 2025-10-30 19:46:23 +01:00
93986e0681 Fix multi-line background fill using Text.assemble and Text.pad_to_width 2025-10-30 19:44:25 +01:00
3d68a8efc7 Fix multi-line background fill and add user_colors.json error handling 2025-10-30 19:38:07 +01:00
6c68edb9fe Fix multi-line background fill for rich display 2025-10-30 19:34:04 +01:00
ffe51afd37 Update documentation with current status and add installation instructions 2025-10-30 19:28:57 +01:00
865330db76 Implement persistent unique colors for chatters 2025-10-30 19:26:29 +01:00
eede9a3560 Fix rich display padding by using .maximum attribute 2025-10-30 19:21:29 +01:00
cceb082631 Implement alternating full-width background for chat messages 2025-10-30 19:14:51 +01:00
99ed27a8b7 Integrate cleaner colour_emoji function into pytchat_listener.py 2025-10-30 19:09:24 +01:00
c2d033e2d7 Fix SyntaxError in emoji_pattern regex (correct multi-line raw string with re.VERBOSE) 2025-10-30 19:04:14 +01:00
8f686e6466 Fix SyntaxError in emoji_pattern regex in pytchat_listener.py (correct multi-line string) 2025-10-30 19:01:43 +01:00
f17ed7cdd5 Fix SyntaxError in emoji_pattern regex in pytchat_listener.py 2025-10-30 18:57:10 +01:00
f7bfa63562 Integrate rich display logic and logging into pytchat_listener.py 2025-10-30 18:54:57 +01:00
3b5ec1fb47 Add PROGRESS_LOG.md 2025-10-30 18:51:41 +01:00
bfcdcb3271 Update DEVELOPMENT_PLAN.md with pytchat internal analysis findings and Gitea fork info 2025-10-30 18:50:30 +01:00
2c7db98112 Update DEVELOPMENT_PLAN.md with pytchat internal analysis findings 2025-10-30 18:46:25 +01:00
2ada77840d Update README.md and DEVELOPMENT_PLAN.md with pytchat status 2025-10-30 18:21:29 +01:00
6f0483f51b Implement 5-second display for video ID in pytchat_listener.py 2025-10-30 18:18:39 +01:00
cecc52f52b Add pytchat_listener.py for basic chat fetching 2025-10-30 18:12:53 +01:00
956d5d7c6f Update DEVELOPMENT_PLAN.md with internal API findings and pytchat focus 2025-10-30 18:06:17 +01:00
a00c58989c Update DEVELOPMENT_PLAN.md with internal API findings 2025-10-30 18:00:56 +01:00
b0443a9c4a Update README.md and DEVELOPMENT_PLAN.md with revised research plan 2025-10-30 17:33:27 +01:00
60bf3290d3 Add DEVELOPMENT_PLAN.md and update README.md 2025-10-30 17:21:57 +01:00
765821d26b Update README.md with gRPC implementation plan 2025-10-30 17:17:10 +01:00
9899b04dc0 Update README.md with research plan 2025-10-30 17:03:16 +01:00
d4c83fb908 Resolve merge conflict in README.md 2025-10-29 13:53:51 +01:00
3a5244ad92 Initial commit 2025-10-29 13:44:46 +01:00
dbb5a3ca77 Initial commit: Webhook Listener Project Plan 2025-10-29 13:39:37 +01:00