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.5.tar.gz
(2.3 kB
view details)
File details
Details for the file oauthnesia-1.0.5.tar.gz.
File metadata
- Download URL: oauthnesia-1.0.5.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad2afc0a94c788d8c8c9e946b9ce810fe6da3d075a812596d714e95d6b82d347
|
|
| MD5 |
7dafefeec24db8a147ef45b5318f5788
|
|
| BLAKE2b-256 |
446fcb205fce4a8f8bd49e4b461793d7a249a16c1ce7af784d2b7d2c1d93ccd3
|