discogs-oauth-example was created to provide a very basic but functioning example of how a developer may utilize the python oauth2 library to download images and make authenticated calls against the Discogs API.
The script stopped working for me, and the root cause was the missing User-Agent headers on each request. Just thought I'd add those in and send you a PR to help out :)
The script stopped working for me, and the root cause was the missing User-Agent headers on each request. Just thought I'd add those in and send you a PR to help out :)