From: Harmon Date: Wed, 24 Feb 2021 03:57:43 +0000 (-0600) Subject: Properly pass query for Client.search_all_tweets X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a8dd7278ac4fcd542717caf6e8a58480a47886ab;p=tweepy.git Properly pass query for Client.search_all_tweets --- diff --git a/tweepy/client.py b/tweepy/client.py index be6567d..ef1a6de 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -286,6 +286,7 @@ class Client: Search Tweets: Full-archive search https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tweets-search-all """ + params["query"] = query return self._make_request( "GET", "/2/tweets/search/all", params=params, endpoint_parameters=(