From 97c83b7282e88398d7a050ba15877541077cee92 Mon Sep 17 00:00:00 2001 From: Julien Date: Sun, 2 Nov 2014 16:20:04 +0100 Subject: [PATCH] FIX: To create an app it's not dev.twitter.com but apps.twitter.com --- examples/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/streaming.py b/examples/streaming.py index 41e200a..942d7e8 100644 --- 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="" -- 2.25.1