aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 6a8cc39e6311f351ec478d0f80fa48bf1259ad40 (plain) (blame)
1
2
3
4
5
6
7
8
9
# yt-playlist-radio
Simple demo of YouTube playlist to m3u playlist, all in about 100 lines of Python.

## How to run?
First set the environment variables as per `.env.template`, then just run it with gunicorn or something else (gunicorn comes bundled as part of the deps here)
```bash
uv sync
uv run gunicorn -w 4 -b 0.0.0.0:8000 yt_radio:app
```
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage