flask-tweepy-oauth
find a more in depth blog post here: http://whichlight.com/blog/twitter-oauth-in-python-with-tweepy-and-flask/
an example showing how to authorize a twitter application in python with flask and tweepy. The access tokens are retrieved upon authentication. you need to have Flask and Tweepy installed. Register a twitter app at dev.twitter.com and fill in the consumer_token and consumer_secret. the callback url is where the app is redirected after the user authenticates
find me on github at github.com/whichlight see my other projects at whichlight.com
KAWAN!