FIX: To create an app it's not dev.twitter.com but apps.twitter.com
authorJulien <github@mandark.fr>
Sun, 2 Nov 2014 15:20:04 +0000 (16:20 +0100)
committerJulien <github@mandark.fr>
Sun, 2 Nov 2014 15:20:04 +0000 (16:20 +0100)
examples/streaming.py

index 41e200a0a43f16e00e19ccbf4121109452628e6b..942d7e8c5996f87a8c426313ccfbc6550e4a51b4 100644 (file)
@@ -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=""