projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f465e
)
Add parameter to Client.search_all_tweets signature in documentation
author
Harmon
<Harmon758@gmail.com>
Sat, 26 Feb 2022 00:29:09 +0000
(18:29 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 26 Feb 2022 00:29:27 +0000
(18:29 -0600)
Add new sort_order parameter to Client.search_all_tweets signature in documentation
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index ae56fbe2c966df705252c62532926109a9a074bb..4a79bcba151aa846253d68e1dd25ed99327950d1 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-722,8
+722,8
@@
class Client(BaseClient):
def search_all_tweets(self, query, **params):
"""search_all_tweets( \
query, *, end_time, expansions, max_results, media_fields, \
- next_token, place_fields, poll_fields, since_id, s
tart_time
, \
- tweet_fields, until_id, user_fields \
+ next_token, place_fields, poll_fields, since_id, s
ort_order
, \
+
start_time,
tweet_fields, until_id, user_fields \
)
This endpoint is only available to those users who have been approved