From: grocerheist Date: Wed, 31 Dec 2014 21:31:58 +0000 (-0800) Subject: refer to streaming.py in the source code because not all features are covered in... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=90da2559563d69920d2606982f371e0f943242df;p=tweepy.git refer to streaming.py in the source code because not all features are covered in this tutorial. --- 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`_. +