projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e0069d
)
Update example.
author
Josh Roesslein
<jroesslein@gmail.com>
Thu, 30 Jul 2009 16:02:27 +0000
(11:02 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Thu, 30 Jul 2009 16:02:27 +0000
(11:02 -0500)
example.py
patch
|
blob
|
blame
|
history
diff --git
a/example.py
b/example.py
index 6acdefa3ef404e21ffa5ed9177831266ba28feee..48d6e333042d9364aca6dca69db2e1d625b6077d 100644
(file)
--- 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)