feat: page timeout (#22)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Ion Caza
2020-09-18 19:04:29 -04:00
committed by GitHub
parent 7d7bd18b4d
commit 643045c7e0
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -67,6 +67,7 @@ First, you're going to need to copy the `.env.example` to `.env`. The current op
| `EMAIL_USERNAME` | Gmail address; e.g. `jensen.robbed.us@gmail.com` |
| `EMAIL_PASSWORD` | Gmail password; see below if you have MFA |
| `STORES` | List of [stores](#Supported-stores) you want to be scraped; optional, default: `nvidia` |
| `PAGE_TIMEOUT` | Navigation Timeout in milliseconds (0 for infinite, 60000 for 1 minute); optional, default: `0` |
> :point_right: If you have multi-factor authentication (MFA), you will need to create an [app password](https://myaccount.google.com/apppasswords) and use this instead of your Gmail password.