A music streaming platform.
static | ||
templates | ||
.gitignore | ||
buckler_aiohttp.py | ||
config.py.template | ||
LICENSE | ||
README.md | ||
scorch.py |
Scorch
A music streaming application.
Requirements
Python 3.8+
Python packages: gunicorn aiohttp aiohttp_jinja2 uvloop mutagen
Install
- Get on the floor
- Walk the dinosaur
Usage
gunicorn scorch:init_app --bind localhost:5500 --worker-class aiohttp.GunicornWebWorker