From: Harmon Date: Fri, 17 Mar 2023 11:48:44 +0000 (-0500) Subject: Add note about deprecation and removal of Stream and AsyncStream X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5d82a5b4afd2a269ca9e5f272a3086d324b52b64;p=tweepy.git Add note about deprecation and removal of Stream and AsyncStream --- diff --git a/docs/streaming.rst b/docs/streaming.rst index c2154cd..d359e35 100644 --- a/docs/streaming.rst +++ b/docs/streaming.rst @@ -18,6 +18,11 @@ https://developer.twitter.com/en/docs/tutorials/consuming-streaming-data The Twitter API v1.1 streaming endpoints, `statuses/filter`_ and `statuses/sample`_, have been deprecated and retired. +.. note:: + + ``Stream`` and ``AsyncStream`` were deprecated in v4.13 and removed with + v4.14. + :class:`StreamingClient` allows `filtering `_ and `sampling `_ of realtime Tweets using Twitter API v2.