Skip to main content

This is a python API wrapper for the discogs API.

Project description

Discogs Python API Wraper

This is a python API wrapper for the discogs API. It includes methods for API endpoints in the Database section in discogs.

Installation

pip install discogs-wrapper-python

Quickstart

from discogs_wrapper import DV

dv_instance = DV("FooBarApp/3.0")
response = dv_instance.get_search(genre='rock',q = 'nirvana',token='abcde123')

Authentication

There are two primary methods of authentication: Discogs Auth Flow and Auth Flow. As of now, only Discogs Auth Flow is supported by this wrapper. This is a simple yet secure way of authenticating a user. A user can be authenticated either by using a User token or using a Consumer key and secret.

Project details


Download files

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

Source Distribution

discogs-wrapper-python-1.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

discogs_wrapper_python-1.0.1-py3-none-any.whl (2.8 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