Skip to content

jharmn/oauth_1.0a_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oauth_1.0a_tool

Sandbox for playing with OAuth 1.0a in Python

Setup

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

Configure

Configure thenounproject.com API and paperbackswap.com API

[noun_project]
consumer_key = aaaa
consumer_secret = bbbb

[paperbackswap]
consumer_key = cccc
consumer_secret = dddd
access_token = eeee
access_secret = ffff

About

Sandbox for playing with OAuth 1.0a in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages