YouTube Lounge API wrapper written in Python
March 29, 2025 ยท View on GitHub
Install
Run pip install pyytlounge.
Development
Activate virtual environment:
- create
python -m venv .venv - activate
source .venv/bin/activate - install package and its requirements
pip install -e .[dev]
Mypy is used for type checking and is required to pass in the workflow. For formatting ruff is used.
How to use
python test.py will run an interactive demo.
View documentation on readthedocs.io.
Release Notes
See CHANGELOG.