streamlink-proxy is a very simple API that translates video links from Streamlink-compatible websites to their direct streaming URL.
Find out more about it or start using our free hosted instance at https://streamlink.zappr.stream.
You will need Python 3+ and Git installed.
Prepare your development environment:
git clone https://github.com/ZapprTV/streamlink-proxy.gitcd streamlink-proxypip install -r requirements.txt
Now, to run the actual server:
uvicorn server:app --host 0.0.0.0 --port 8080 --loop uvloop --http httptools