Inserting a sleep between each fetch request
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 214
- PR merge metrics
- No merged PRs in 30d
Description
I would like to be nice to the Wayback Machine and space out my requests.
An option to insert a delay of x seconds between fetching each page would allow me to reduce the load.
It looks like the Wayback Machine does have a rate limiter, which causes the current non-delayed fetch to grind to a halt.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files or tests. Start by locating the command-line option parsing and the loop that fetches archived pages; add a configurable delay between requests, then verify that the option spaces successive fetches without changing other download behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100