projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34af675
)
FIX: To create an app it's not dev.twitter.com but apps.twitter.com
author
Julien
<github@mandark.fr>
Sun, 2 Nov 2014 15:20:04 +0000
(16:20 +0100)
committer
Julien
<github@mandark.fr>
Sun, 2 Nov 2014 15:20:04 +0000
(16:20 +0100)
examples/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/examples/streaming.py
b/examples/streaming.py
index 41e200a0a43f16e00e19ccbf4121109452628e6b..942d7e8c5996f87a8c426313ccfbc6550e4a51b4 100644
(file)
--- a/
examples/streaming.py
+++ b/
examples/streaming.py
@@
-2,7
+2,7
@@
from tweepy.streaming import StreamListener
from tweepy import OAuthHandler
from tweepy import Stream
-# Go to http://
dev
.twitter.com and create an app.
+# Go to http://
apps
.twitter.com and create an app.
# The consumer key and secret will be generated for you after
consumer_key=""
consumer_secret=""