radiobabel

Interact with a number of online music services using a single unified API.


License
Other
Install
pip install radiobabel==0.1.0

Documentation

radiobabel

Latest PyPI version Latest Travis CI build status

Provides a simple unified API to a (very) limited subset of features of various music streaming services. This library is mostly used as a backend to provide metadata search and lookup for other applications.

Installation

Distribute & Pip

Installing radiobabel is simple with pip:

$ pip install radiobabel

or, with easy_install:

$ easy_install radiobabel

But, you really shouldn't do that.

TODO

  • Write some proper docs.
  • Add Spotify support.