projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d4a99
)
Add note about Client.search_all_tweets default
author
Harmon
<Harmon758@gmail.com>
Tue, 1 Mar 2022 22:42:56 +0000
(16:42 -0600)
committer
Harmon
<Harmon758@gmail.com>
Tue, 1 Mar 2022 22:42:56 +0000
(16:42 -0600)
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index 5cbe281ebd15b5609a69ac76deb8276ace31377b..b2c4fdeae02c98f4b6d4db853ddfb0010dffce40 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-738,6
+738,11
@@
class Client(BaseClient):
The Tweets returned by this endpoint count towards the Project-level
`Tweet cap`_.
+ .. note::
+
+ By default, a request will return Tweets from up to 30 days ago if
+ the ``start_time`` parameter is not provided.
+
.. versionchanged:: 4.6
Added ``sort_order`` parameter