From 3aa2a083ba0cb9dba506aa5b7622887cedd1ba42 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Fri, 4 Jun 2021 12:07:03 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89d6f2d..edeb030 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,19 @@ If you are using `pipenv` (recommended), `pipenv install` is sufficient to insta [A Google Service account is necessary for use with `gspread`.](https://gspread.readthedocs.io/en/latest/oauth2.html#for-bots-using-service-account) Credentials for this account should be stored in `~/.config/gspread/service_account.json`. -A `.env` file is required for saving content to a Digital Ocean space. This file should contain the following variables: +A `.env` file is required for saving content to a Digital Ocean space, and for archiving pages to the Internet Archive. This file should contain the following variables: ``` DO_SPACES_REGION= DO_BUCKET= DO_SPACES_KEY= DO_SPACES_SECRET= +INTERNET_ARCHIVE_S3_KEY= +INTERNET_ARCHIVE_S3_SECRET= ``` +Internet Archive credentials can be retrieved from https://archive.org/account/s3.php. + ## Running There is just one necessary command line flag, `--sheet name` which the name of the Google Sheet to check for URLs. This sheet must have been shared with the Google Service account used by `gspread`. This sheet must also have specific columns in the first row: