We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Installation progress is following: pip3 install -r requirements.txt
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
flask run
python3 app.py
gunicorn --workers=2 wsgi:app
API documentation: It's easy too, just https://api.ssniper1.ml/ngdl-api/api/v1/<song id here>
https://api.ssniper1.ml/ngdl-api/api/v1/<song id here>