ramforth
  • Joined on 2025-10-29
ramforth created repository ramforth/youtube-chat-webhook-v2 2025-10-29 13:44:46 +01:00
ramforth commented on issue ramforth/youtube-chat-terminal#2 2025-10-29 13:42:42 +01:00
API quota reaches end quickly

This is an API restriction that we are hard pressed to overcome in the current iteration of the script. Because we as small, normal people, only can access the public API - we see heavy…

ramforth opened issue ramforth/youtube-chat-terminal#2 2025-10-29 13:19:12 +01:00
API quota reaches end quickly
ramforth pushed to main at ramforth/youtube-chat-terminal 2025-10-29 13:18:30 +01:00
00e03209de Feat: Implement exponential backoff for YouTube API calls to handle quota errors.
ramforth pushed to main at ramforth/youtube-chat-terminal 2025-10-29 13:13:07 +01:00
d343375790 Fix: Implement minimum polling interval to conserve YouTube API quota.
ramforth pushed to main at ramforth/youtube-chat-terminal 2025-10-29 13:07:59 +01:00
01469f9b77 Docs: Update README with Gitea clone instructions.
0801a3413d Feat: Simplify initial message display and ensure tags are hidden.
Compare 2 commits »
ramforth pushed tag v0.1.0 to ramforth/youtube-chat-terminal 2025-10-29 13:07:59 +01:00
ramforth pushed to main at ramforth/youtube-chat-terminal 2025-10-29 13:00:18 +01:00
81a8e3a56b Fix: Remove 'markup=True' from Text initialization due to TypeError.
ramforth pushed to main at ramforth/youtube-chat-terminal 2025-10-29 12:53:29 +01:00
b29290d6ba Fix: Correctly render rich color tags in startup messages.
ramforth pushed to main at ramforth/youtube-chat-terminal 2025-10-29 12:50:58 +01:00
e41c64fee6 Fix: Add missing import for rich.Text.
ramforth pushed to main at ramforth/youtube-chat-terminal 2025-10-29 12:50:06 +01:00
0a68509f46 Fix: Add missing import for rich.Live.
ramforth pushed to main at ramforth/youtube-chat-terminal 2025-10-29 12:49:03 +01:00
60fc22d112 Feat: Implement timed display of startup messages.
ramforth pushed to main at ramforth/youtube-chat-terminal 2025-10-29 12:46:08 +01:00
a94d9293f3 Fix: Gracefully handle KeyboardInterrupt on exit.
ramforth pushed to main at ramforth/youtube-chat-terminal 2025-10-29 12:43:43 +01:00
88ee64bf04 Refactor: Renamed chat_reader.py to main.py and updated README.
ramforth deleted branch master from ramforth/youtube-chat-terminal 2025-10-29 12:41:36 +01:00
ramforth closed pull request ramforth/youtube-chat-terminal#1 2025-10-29 12:41:36 +01:00
master
ramforth pushed to main at ramforth/youtube-chat-terminal 2025-10-29 12:41:26 +01:00
830333cf6e Resolve merge conflicts from initial Gitea pull
94effaf522 Initial commit: YouTube Chat Reader
Compare 2 commits »
ramforth created pull request ramforth/youtube-chat-terminal#1 2025-10-29 12:35:32 +01:00
master
ramforth pushed to master at ramforth/youtube-chat-terminal 2025-10-29 12:30:45 +01:00
94effaf522 Initial commit: YouTube Chat Reader