Python equivalent of PHP curl request

后端 未结 4 1636
我在风中等你
我在风中等你 2021-01-07 02:38

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

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-07 02:49

    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.

提交回复
热议问题