Update README.md and DEVELOPMENT_PLAN.md with pytchat status
This commit is contained in:
11
README.md
11
README.md
@@ -6,18 +6,23 @@ This project aims to create a robust, quota-friendly, open-source, and Linux-com
|
||||
|
||||
To identify and, if feasible, implement a sustainable, quota-friendly, compliant, open-source, and Linux-compatible method for receiving real-time YouTube Live Chat messages, processing them, and displaying them in the terminal with rich formatting. This goal explicitly rules out relying on YouTube Data API v3 quota increases.
|
||||
|
||||
## Revised Research & Exploration Plan
|
||||
## Detailed Implementation Plan
|
||||
|
||||
For a detailed breakdown of the revised research and exploration steps, please refer to the [DEVELOPMENT_PLAN.md](DEVELOPMENT_PLAN.md) file.
|
||||
|
||||
## Current Status
|
||||
|
||||
The `pytchat_listener.py` script has been successfully implemented and tested for basic chat fetching and display.
|
||||
|
||||
## Dependencies
|
||||
|
||||
* `pytchat`
|
||||
* `rich`
|
||||
* `google-auth-oauthlib` (for potential initial API calls or authentication research)
|
||||
* `google-api-python-client` (for potential initial API calls or authentication research)
|
||||
* `rich` (for terminal display)
|
||||
|
||||
## Future Enhancements
|
||||
|
||||
* Interactive message sending.
|
||||
* More advanced terminal UI (e.g., `prompt_toolkit` for input).
|
||||
* Web overlay integration.
|
||||
* Web overlay integration.
|
||||
Reference in New Issue
Block a user