From: Harmon Date: Fri, 20 May 2022 10:40:15 +0000 (-0500) Subject: Add note about new Twitter Developer Apps in AsyncStream documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0b0cd98b0e7ec1ff7290ab56cbe7bba5ddb70c35;p=tweepy.git Add note about new Twitter Developer Apps in AsyncStream documentation --- diff --git a/tweepy/asynchronous/streaming.py b/tweepy/asynchronous/streaming.py index 32c7aeb..9fdf7de 100644 --- a/tweepy/asynchronous/streaming.py +++ b/tweepy/asynchronous/streaming.py @@ -184,6 +184,14 @@ class AsyncBaseStream: class AsyncStream(AsyncBaseStream): """Stream realtime Tweets asynchronously with Twitter API v1.1 + .. note:: + + New Twitter Developer Apps created on or after April 29, 2022 `will not + be able to gain access to v1.1 statuses/sample and v1.1 + statuses/filter`_, the Twitter API v1.1 endpoints that + :class:`AsyncStream` uses. Twitter API v2 can be used instead with + :class:`AsyncStreamingClient`. + .. versionadded:: 4.0 Parameters @@ -209,6 +217,10 @@ class AsyncStream(AsyncBaseStream): The task running the stream user_agent : str User agent used when connecting to the API + + + .. _will not be able to gain access to v1.1 statuses/sample and v1.1 + statuses/filter: https://twittercommunity.com/t/deprecation-announcement-removing-compliance-messages-from-statuses-filter-and-retiring-statuses-sample-from-the-twitter-api-v1-1/170500 """ def __init__(self, consumer_key, consumer_secret, access_token,