sgaist / deezer-python

Deezer client for python

Home Page:https://deezer-python.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deezer Python Client

Build status Azure DevOps builds Test coverage percentage Maintainability black

Documentation Status PyPi Status pyversions license LoC

A friendly wrapper around the Deezer API.

Installation

The package is published on PyPI and can be installed by running:

pip install deezer-python

Basic Use

So far you can only retrieve the data for the public objects, for which no login is required. The objects are translated to python resources, which are basically python objects encapsulating the json dictionary returned by the API.

>>> client = deezer.Client()
>>> client.get_album(680407).title
'Monkey Business'

Ready for more? The detailed API reference is available in the documentation on RTD.

Contributors

Bruno Alla
Bruno Alla

πŸ’» πŸ“– πŸ€” 🚧 πŸ“¦ ⚠️
misuzu
misuzu

πŸ’» πŸ“– πŸ€” ⚠️
Pascal
Pascal

πŸ’» ⚠️
khamaileon
khamaileon

πŸ“–
Nikolay Sheregeda
Nikolay Sheregeda

πŸ’» ⚠️
Matheus Horstmann
Matheus Horstmann

πŸ’» πŸ“–
Kieran Wynne
Kieran Wynne

πŸ’»
Jonathan Virga
Jonathan Virga

πŸ’» πŸ“–
Hugo
Hugo

πŸ’»
allcontributors[bot]
allcontributors[bot]

πŸš‡
nrebena
nrebena

πŸ› πŸ’» ⚠️
Pavel
Pavel

πŸ›
Samuel Gaist
Samuel Gaist

πŸ’» ⚠️ πŸ›‘οΈ

This project follows the all-contributors specification. Contributions of any kind are welcome!

About

Deezer client for python

https://deezer-python.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%