Minor update.
authorJosh Roesslein <jroesslein@gmail.com>
Fri, 7 Aug 2009 06:06:24 +0000 (01:06 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Fri, 7 Aug 2009 06:06:24 +0000 (01:06 -0500)
example.py

index 123b711c980a7711ce8a340a8a5d979420855439..eabca7812933708d41d9b0208b7a3fd2d1908ed4 100644 (file)
@@ -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')