A friendly Python wrapper around the Deezer API
Deezer Python Client A friendly Python wrapper around the Deezer API. Installation The package is published onPyPI and can be installed by running: pip install deezer-python Basic Use Easily query the Deezer API from you Python code. The data returned by the DeezerAPI is mapped to python resources: >>> client = deezer.Client() >>> client.get_album(680407).title ‘Monkey Business’
Read more