From 5d82a5b4afd2a269ca9e5f272a3086d324b52b64 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 17 Mar 2023 06:48:44 -0500 Subject: [PATCH] Add note about deprecation and removal of Stream and AsyncStream --- docs/streaming.rst | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.25.1