Skip to content

Instantly share code, notes, and snippets.

@parthrbhatt
parthrbhatt / twitter_oauth_tool.py
Created December 25, 2014 15:08
OAuth with Twitter using tweepy for a Desktop application
'''
This script shows how a Desktop application can use OAuth with twitter using tweepy (https://github.com/tweepy/tweepy).
Note:
- This example depends on tweepy. If you dont have it installed already, you can install it using:
pip install tweepy
- This example has been tested with tweepy 3.1.0
'''