twitterxauth

thin wrapper module for xAuth twitter.com


Keywords
twitter, xauth, oauth, api, tweet
License
Other
Install
pip install twitterxauth==0.1.0dev

Documentation

twitterxauth

a thin wrapper for xAuth with Twitter API 1.1

Installation

$ pip install twitterxauth==0.0.3dev

or

$ pip install git+https://github.com/yuitest/twitterxauth.git

Usage

import twitterxauth
access_token, access_token_secret = twitterxauth.get_oauth_tokens(
    'YourXAuthConsumerKey',
    'YourXAuthConsumerKeySecret',
    'user_twitter_screen_name',
    'user_password',
)