Client for Urbanesia's OAUTH v1.0a API
Project description
OAUTHnesia for Python
A Python module to interact with Urbanesia’s OAUTH v1.0a API using requests and requests-oauthlib:
Example
from oauthnesia import oauthnesia urb = oauthnesia(cons_key="xxxxxx", cons_sec="xxxxxx") print "OAUTH Request" print urb.call(uri='get/super_search', post=None, get={ 'what': 'steak' }) print "\nXAUTH Request" print urb.xauth('URBANESIA EMAIL', 'URBANESIA PASSWORD')
Available at <https://github.com/tistaharahap/python-bayes-redis/blob/master/test.py>
Get Access
Register at Urbanesia - <https://www.urbanesia.com/auth/register>
Go here to register your application and receive consumer tokens by email - <http://v1.urbanesia.com/auth/api_reg/>
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
oauthnesia-1.0.4.tar.gz
(2.3 kB
view hashes)