A music streaming platform.
Go to file
2020-05-11 12:41:26 -04:00
static web audio attempt 2020-05-11 12:41:26 -04:00
templates web audio attempt 2020-05-11 12:41:26 -04:00
.gitignore first commit 2020-05-07 15:31:49 -04:00
buckler_aiohttp.py first commit 2020-05-07 15:31:49 -04:00
config.py.template first commit 2020-05-07 15:31:49 -04:00
LICENSE first commit 2020-05-07 15:31:49 -04:00
README.md first commit 2020-05-07 15:31:49 -04:00
scorch.py web audio attempt 2020-05-11 12:41:26 -04:00

Scorch

A music streaming application.

Requirements

Python 3.8+
Python packages: gunicorn aiohttp aiohttp_jinja2 uvloop mutagen

Install

  1. Get on the floor
  2. Walk the dinosaur

Usage

gunicorn scorch:init_app --bind localhost:5500 --worker-class aiohttp.GunicornWebWorker