Skip to content

Commit 194ff84

Browse files
Merge pull request #9 from jamesarnall/gspreadconfig
Changed instructions on creating credential files
2 parents 3aa2a08 + 1e6b504 commit 194ff84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This Python script will look for links to Youtube, Twitter, etc,. in a specified
66

77
If you are using `pipenv` (recommended), `pipenv install` is sufficient to install Python prerequisites.
88

9-
[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`.
9+
[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 `service_account.json`, in the same directory as the script.
1010

11-
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:
11+
A `.env` file is required for saving content to a Digital Ocean space, and for archiving pages to the Internet Archive. This file should also be in the script directory, and should contain the following variables:
1212

1313
```
1414
DO_SPACES_REGION=

0 commit comments

Comments
 (0)