[twitter] add 'ratelimit' option (#4251)

This commit is contained in:
Mike Fährmann
2023-07-04 18:17:32 +02:00
parent f86fdf64a6
commit 1bf9f52c99
2 changed files with 16 additions and 0 deletions

View File

@@ -3183,6 +3183,19 @@ Description
a quoted (original) Tweet when it sees the Tweet which quotes it.
extractor.twitter.ratelimit
---------------------------
Type
``string``
Default
``"wait"``
Description
Selects how to handle exceeding the API rate limit.
* ``"abort"``: Raise an error and stop extraction
* ``"wait"``: Wait until rate limit reset
extractor.twitter.replies
-------------------------
Type