singhpratyush / anyaudio-server

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

Home Page:http://anyaudio.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://anyaudio.in


Languages

Language:Python 40.6%Language:HTML 31.1%Language:CSS 13.1%Language:JavaScript 11.7%Language:Shell 2.6%Language:Dockerfile 0.6%Language:Makefile 0.2%