From a9329a03592d2634926da2dbe9559b6c4a39dd6d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 18 Feb 2026 01:09:01 -0800 Subject: add gunicorn --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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 +``` -- cgit v1.2.3