From: Josh Roesslein Date: Fri, 7 Aug 2009 06:06:24 +0000 (-0500) Subject: Minor update. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4d9fa412a5be2a346f03de00473b824c50490849;p=tweepy.git Minor update. --- diff --git a/example.py b/example.py index 123b711..eabca78 100644 --- a/example.py +++ b/example.py @@ -4,7 +4,7 @@ print 'An example of using the Tweepy library...' # We need an authentication handler to tell twitter who we are. # First let's make one using basic auth. -basic_auth = tweepy.BasicAuthHandler('tweebly', 'omega1987twitter') +basic_auth = tweepy.BasicAuthHandler('username', 'yourpass') # Now a handler for oauth. oauth_auth = tweepy.OAuthHandler('consumer_key', 'consumer_secrete')