projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a02eb
)
Add note about deprecation and removal of Stream and AsyncStream
author
Harmon
<Harmon758@gmail.com>
Fri, 17 Mar 2023 11:48:44 +0000
(06:48 -0500)
committer
Harmon
<Harmon758@gmail.com>
Fri, 17 Mar 2023 11:48:44 +0000
(06:48 -0500)
docs/streaming.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/streaming.rst
b/docs/streaming.rst
index c2154cde9f9a5471973047c5ab18ebd56f42fc69..d359e35a2116cb0b4b4f5f4cc6d2f8d5e27d5fd9 100644
(file)
--- 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 <v2 filtering_>`_ and
`sampling <v2 sampling_>`_ of realtime Tweets using Twitter API v2.