projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8741f82
)
Add parameters to Client.get_retweeters signature in documentation
author
Harmon
<Harmon758@gmail.com>
Sat, 26 Feb 2022 00:27:13 +0000
(18:27 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 26 Feb 2022 00:29:27 +0000
(18:29 -0600)
Add new max_results and pagination_token parameters to Client.get_retweeters signature in documentation
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index aab302e7eb6e3481680f03fae3a1e317a27fa5e9..ae56fbe2c966df705252c62532926109a9a074bb 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-632,8
+632,9
@@
class Client(BaseClient):
def get_retweeters(self, id, *, user_auth=False, **params):
"""get_retweeters( \
- id, *, expansions, media_fields, place_fields, poll_fields, \
- tweet_fields, user_fields, user_auth=False \
+ id, *, expansions, max_results, media_fields, pagination_token, \
+ place_fields, poll_fields, tweet_fields, user_fields, \
+ user_auth=False \
)
Allows you to get information about who has Retweeted a Tweet.