/radiobabel

radiobabel is a Python library that allows the user to interact with a number of online music services via a single unified API.

Primary LanguagePythonMIT LicenseMIT

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.