You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

oauthnesia

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauthnesia

Client for Urbanesia's OAUTH v1.0a API

1.0.5
pipPyPI
Maintainers
1

===================== 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 EMAIL', 'URBANESIA PASSWORD')

Available at https://github.com/tistaharahap/python-bayes-redis/blob/master/test.py

========== Get Access

Keywords

urbanesia oauth poi web service api

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts