Update example.
authorJosh Roesslein <jroesslein@gmail.com>
Thu, 30 Jul 2009 16:02:27 +0000 (11:02 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Thu, 30 Jul 2009 16:02:27 +0000 (11:02 -0500)
example.py

index 6acdefa3ef404e21ffa5ed9177831266ba28feee..48d6e333042d9364aca6dca69db2e1d625b6077d 100644 (file)
@@ -4,8 +4,8 @@ print 'An example of using the Tweepy library...'
 
 # Some twitter credentials.
 # Fill these in with your own login credentials.
-username = 'jitterapp'
-password = 'omega123'
+username = ''
+password = ''
 
 # Create an instance of the API object.
 api = tweepy.API(username, password)