I\'m using Rauth for my queries to the Beatport API. I\'m using this working example in PHP as reference.
This PHP code below uses a request token to log in and auth
Why not just use requests? http://www.python-requests.org/en/latest/
This library should be able to do what this php code is doing easily.