Skip to content

FabioGNR/pyytlounge

Repository files navigation

YouTube Lounge API wrapper written in Python

GitHub Release GitHub Actions Workflow Status Documentation Status

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.

Thanks