Skip to content

Commit

Permalink
Update documentation to reflect new rate limit for requests
Browse files Browse the repository at this point in the history
Was originally alerted to this by user overcast07 in this thread: palewire#45
Confirmed with the Internet Archive team the new rate limit
  • Loading branch information
duckduckgrayduck committed Sep 29, 2023
1 parent 6dbeddd commit 098170d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ print(archive_url)

### Authentication

By default, savepagenow sends anonymous requests, which are limited to four captures per minute.
By default, savepagenow sends anonymous requests, which are limited to 3 captures per minute.

Authenticated requests are allowed 12 captures per minute. To take advantage of this, you must register an account with [archive.org](https://archive.org/account/login.createaccount.php) and
Authenticated requests are allowed 6 captures per minute. To take advantage of this, you must register an account with [archive.org](https://archive.org/account/login.createaccount.php) and
set your [API credentials](https://archive.org/account/s3.php) to the local environment variables ``SAVEPAGENOW_ACCESS_KEY`` and ``SAVEPAGENOW_SECRET_KEY``.

Then you can run `capture()` with the authenticate flag set to true like so:
Expand Down

0 comments on commit 098170d

Please sign in to comment.