Awesome
YouTube Lounge API wrapper written in Python
Setup
Activate virtual environment:
- create
python -m venv .venv
- activate
source .venv/bin/activate
- install package and its requirements
pip install -e .
How to use
python test.py
will run an interactive demo.
View documentation on readthedocs.io.
Release Notes
See CHANGELOG.