Lispython / human_curl

Simple Human wrapper for cURL library
http://h.wrttn.me/human_curl
Other
205 stars 43 forks source link

OAuth support #2

Closed Lispython closed 13 years ago

Lispython commented 13 years ago

Add OAuth requests support.

oauth_manager = OAuthManager(**kwargs) # create manager from tokens

r = human_curl.get("https://api.twitter.com", auth=oauth_manager)