Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/browniebroke/deezer-python
Deezer client for python
https://github.com/browniebroke/deezer-python
api api-client deezer hacktoberfest python
Last synced: 12 days ago
JSON representation
Deezer client for python
- Host: GitHub
- URL: https://github.com/browniebroke/deezer-python
- Owner: browniebroke
- License: mit
- Created: 2014-01-04T15:52:21.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T14:09:07.000Z (7 months ago)
- Last Synced: 2024-05-01T13:51:50.490Z (7 months ago)
- Topics: api, api-client, deezer, hacktoberfest, python
- Language: Python
- Homepage: https://deezer-python.readthedocs.io
- Size: 2.37 MB
- Stars: 113
- Watchers: 4
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Deezer Python Client
---
**Documentation**: https://deezer-python.readthedocs.io
**Source Code**: https://github.com/browniebroke/deezer-python
---
A friendly Python wrapper around the [Deezer API](https://developers.deezer.com/api).
## Installation
The package is published on
[PyPI](https://pypi.org/project/deezer-python/) 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 Deezer
API is mapped to python resources:```pycon
>>> client = deezer.Client()
>>> client.get_album(680407).title
'Monkey Business'
```Ready for more? Look at our whole [documentation](http://deezer-python.readthedocs.io/)
on Read The Docs or have a play in pre-populated Jupyter notebook
[on Binder](https://mybinder.org/v2/gh/browniebroke/deezer-python/main?filepath=demo.ipynb).## Contributors
Bruno Alla
💻 📖 🤔 🚧 📦 ⚠️
misuzu
💻 📖 🤔 ⚠️
Pascal
💻 ⚠️
khamaileon
📖
Nikolay Sheregeda
💻 ⚠️
Matheus Horstmann
💻 📖
Kieran Wynne
💻
Jonathan Virga
💻 📖
Hugo
💻
allcontributors[bot]
🚇
nrebena
🐛 💻 ⚠️
Pavel
🐛
Samuel Gaist
💻 ⚠️ 🛡️
Thomas Morelli
🐛 💻 🤔
Naveen M K
💻 🚇
Carababusha
💻
Bertrand Jacquin
💻
Pierre
💻 📖
Jonathan
💻 📖 ⚠️
This project follows the [all-contributors](https://allcontributors.org) specification.
Contributions of any kind are welcome!