/anyaudio-server

:musical_note: Simple server to search youtube and give direct download and stream links

Primary LanguagePython

AnyAudio

Download any song that this world ever heard, and that too in your favorite format MP3.

A rich public API is also included.

Join the chat at https://gitter.im/Any-Audio/anyaudio-server Build Status

Android App

Launch on OpenShift

Running

pip install -r requirements.txt
bash run.sh

Note: Set FFMPEG_PATH to path to your ffmpeg binary.

API

See API v1 documentation

Deployment on Openshift instructions

See docs/OPENSHIFT.md

Deployment using Docker instructions

See docs/DOCKER.md

External Dependencies

  • ffmpeg

    Make sure that you have ffmpeg and its path is set properly in run.sh

Running tests

make test
# or
# python -m unittest discover tests