aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-02-18 01:09:01 -0800
committerPinapelz <yukais@pinapelz.com>2026-02-18 01:09:01 -0800
commita9329a03592d2634926da2dbe9559b6c4a39dd6d (patch)
treea61c5b8472a3a5db7660ae971235b9fcffe65475 /README.md
parentd7d83d6e733aec3ec0da40e28d185d79911a4cbf (diff)
add gunicorn
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index a1ea890..6a8cc39 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,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