From 90da2559563d69920d2606982f371e0f943242df Mon Sep 17 00:00:00 2001 From: grocerheist Date: Wed, 31 Dec 2014 13:31:58 -0800 Subject: [PATCH] refer to streaming.py in the source code because not all features are covered in this tutorial. --- docs/streaming_how_to.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/streaming_how_to.rst b/docs/streaming_how_to.rst index d4fecef..63707f8 100644 --- a/docs/streaming_how_to.rst +++ b/docs/streaming_how_to.rst @@ -10,7 +10,8 @@ connection, creating and destroying the session, reading incoming messages, and partially routing messages. This page aims to help you get started using Twitter streams with Tweepy -by offering a first walk through. +by offering a first walk through. Some features of Tweepy streaming are +not covered here. See streaming.py in the Tweepy source code. API authorization is required to access Twitter streams. Follow the :ref:`auth_tutorial` if you need help with authentication. @@ -109,3 +110,4 @@ catch 420 errors and disconnect our stream.:: return False For more information on error codes from the twitter api see `Twitter Response Codes Documentation`_. + -- 2.25.1