anyaudio-server
anyaudio-server copied to clipboard
:musical_note: Simple server to search youtube and give direct audio download and stream links
AnyAudio
Download any song that this world ever heard, and that too in your favorite format MP3.
A rich public API is also included.
Running
pipenv run app
API
See API v1 documentation
Deployment on Openshift instructions
See docs/OPENSHIFT.md
Deployment using Docker instructions
See docs/DOCKER.md
External Dependencies
-
ffmpegMake sure that you have
ffmpegand its path is set properly inrun.sh
Running tests
make test
# or
# python -m unittest discover tests