Metadata-Version: 2.1
Name: pyytlounge
Version: 1.3.1
Summary: YouTube Lounge API wrapper
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Author-email: Fabio <example@example.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# YouTube Lounge API wrapper written in Python (WIP)

## Setup

Activate virtual environment:

- create `python -m venv .venv`
- activate `source .venv/bin/activate`

## How to use

1. Now you need a screen_id and loungeToken. For now the easiest way is through manual pairing.
   - Try `python manual_pairing.py` and enter the pairing code from the YouTube app settings.
2. Copy variables_example.py to variables.py and enter screen id and lounge token there.
3. `python main.py`

## Thanks

- https://github.com/henriquekano/youtube-lounge-api

### Publish to pypi

1. Update pyproject.toml
2. `python -m build`
3. `python -m twine upload dist/*`
