projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d169377
)
Minor update.
author
Josh Roesslein
<jroesslein@gmail.com>
Fri, 7 Aug 2009 06:06:24 +0000
(
01:06
-0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Fri, 7 Aug 2009 06:06:24 +0000
(
01:06
-0500)
example.py
patch
|
blob
|
blame
|
history
diff --git
a/example.py
b/example.py
index 123b711c980a7711ce8a340a8a5d979420855439..eabca7812933708d41d9b0208b7a3fd2d1908ed4 100644
(file)
--- 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')