Skip to content

Unoffical API for Qobuz music streaming service.

License

Notifications You must be signed in to change notification settings

fdenivac/python-qobuz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-qobuz

Unofficial python library for the Qobuz-API (project removed).
Cloned from python-qobuz

Installation

  • download code from zip, unzip in "ANYWHERE" and run "pip install "ANYWHERE"/qobuz"

or

  • run "pip install git+https://github.com/fdenivac/python-qobuz"

Usage

In order to use the library, your application needs a valid APP_ID. For streaming audio, you also need a valid APP_SECRET. Both id and secret can be requested from [email protected].
For retrieve APP_ID and APP_SECRET, have look on TODO

import qobuz

# Register your APP_ID
qobuz.register_app("YOUR_APP_ID")

# Or register your APP_ID and APP_SECRET
qobuz.register_app("YOUR_APP_ID", "YOUR_APP_SECRET")

For a complete usage, see project myqobuz

About

Unoffical API for Qobuz music streaming service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%