Skip to main content

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](http://python-requests.org) and [requests-oauthlib](https://github.com/requests/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 user email>', '<urbanesia user 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.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page