From: Josh Roesslein Date: Thu, 30 Jul 2009 16:02:27 +0000 (-0500) Subject: Update example. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8d8292fbc3698b8843130f322ba4f986d4b75af5;p=tweepy.git Update example. --- diff --git a/example.py b/example.py index 6acdefa..48d6e33 100644 --- a/example.py +++ b/example.py @@ -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)