Skip to content
SsNiPeR1 edited this page May 20, 2023 · 4 revisions

Welcome to the ngdl-api wiki!

Installation progress is following: pip3 install -r requirements.txt

And you're basically done, you can run it with flask run or python3 app.py
Also, you can use gunicorn WSGI by running: gunicorn --workers=2 wsgi:app

API documentation: It's easy too, just https://api.ssniper1.ml/ngdl-api/api/v1/<song id here>

Clone this wiki locally