Skip to main content

Wrapper for the Deezer API including authentication

Project description

DeezerPy

Simple wrapper for Deezer API supporting authenticated calls.

1) Installation

If you have Python already installed on your device, you should be all set to install DeezerPy using pip

pip install DeezerPy

2) Dependencies

  • requests - DeezerPy requires the requests package to be installed on the system

3) Quick Start

Simply import 'deezerpy' to your project, create a deezerpy object and start calling its methods passing the relevant data (i.e. album id, artist id...)

import deezerpy

album_id = "72839592"
# album_id = "https://www.deezer.com/en/album/72839592"

dz = deezerpy.Deezer()
album = dz.get_album(album_id)
print(album)

4) Testing environment used

Python 3.7

5) Reporting issues

If you find bugs, issues, or methods that could be implemented or improved, please raise them here. Alternatively, you can contact me to my email address 'developmentvilla@gmail.com'

6) Feedback

If this library is helpful for your projects, please don't hesitate reaching out at 'developmentvilla@gmail.com', any feedback is highly appreciated.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DeezerPy-1.0.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

DeezerPy-1.0-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page