Skip to content

Commit

Permalink
chore: include PR link for DIY pooling instead of just alluding to it
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Jan 19, 2025
1 parent 20cefce commit b726c55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ to expire before resuming requests.
**This has been known to take a very long time, in some cases (up to 13 minutes).**

You may want to change how rate-limiting events are handled, potentially by pooling
scrapers logged-in to different accounts (approach currently out of scope for this
README). The rate-limit handling strategy can be configured by passing a custom
scrapers logged-in to different accounts (refer to [#116](https://github.com/the-convocation/twitter-scraper/pull/116) for how to do this yourself). The rate-limit handling strategy can be configured by passing a custom
implementation to the `rateLimitStrategy` option in the scraper constructor:

```ts
Expand Down

0 comments on commit b726c55

Please sign in to comment.