|
9 | 9 | | `IN_STOCK_WAIT_TIME` | Time to wait between requests to the same link if it has that card in stock. In seconds, default: `0` |
|
10 | 10 | | `LOG_LEVEL` | [Logging levels](https://github.com/winstonjs/winston#logging-levels). Debugging related, default: `info` |
|
11 | 11 | | `LOW_BANDWIDTH` | Blocks images/fonts to reduce traffic. Disables ad blocker, default: `false` |
|
12 |
| -| `OPEN_BROWSER` | Toggle for whether or not the browser should open when item is found. Default: `true` | |
13 |
| -| `PAGE_BACKOFF_MIN` | Minimum backoff time between retrying requests for the same store when a forbidden response is received. Default: `10000` | |
14 |
| -| `PAGE_BACKOFF_MAX` | Maximum backoff time between retrying requests for the same store when a forbidden response is received. Default: `3600000` | |
| 12 | +| `NVIDIA_ADD_TO_CART_ATTEMPTS` | Maximum number of attempts add an item to card in the Nvidia storefront, default: `10` | |
| 13 | +| `NVIDIA_SESSION_TTL` | Maximum session length on the Nvidia storefront in ms, default: `60000` | |
| 14 | +| `OPEN_BROWSER` | Toggle for whether or not the browser should open when item is found, default: `true` | |
| 15 | +| `PAGE_BACKOFF_MIN` | Minimum backoff time between retrying requests for the same store when a forbidden response is received, default: `10000` | |
| 16 | +| `PAGE_BACKOFF_MAX` | Maximum backoff time between retrying requests for the same store when a forbidden response is received, default: `3600000` | |
15 | 17 | | `PAGE_SLEEP_MIN` | Minimum sleep time between queries of the same product page. In milliseconds, default: `5000` |
|
16 | 18 | | `PAGE_SLEEP_MAX` | Maximum sleep time between queries of the same product page. In milliseconds, default: `10000` |
|
17 | 19 | | `PAGE_TIMEOUT` | Navigation Timeout in milliseconds. `0` for infinite, default: `30000` |
|
18 |
| -| `PROXY_PROTOCOL` | Protocol of proxy server, such as `socks5`. Default: `http` | |
| 20 | +| `PROXY_PROTOCOL` | Protocol of proxy server, such as `socks5`, default: `http` | |
19 | 21 | | `PROXY_ADDRESS` | IP Address or fqdn of proxy server |
|
20 |
| -| `PROXY_PORT` | TCP Port number on which the proxy is listening for connections. Default: `80` | |
| 22 | +| `PROXY_PORT` | TCP Port number on which the proxy is listening for connections, default: `80` | |
21 | 23 | | `RESTART_TIME` | Restarts chrome after defined milliseconds. `0` for never, default: `0` |
|
22 |
| -| `SCREENSHOT` | Capture screenshot of page if a card is found. Default: `true` | |
23 |
| -| `SCREENSHOT_DIR` | The directory for saving the screenshots. Default: `screenshots` | |
| 24 | +| `SCREENSHOT` | Capture screenshot of page if a card is found, default: `true` | |
| 25 | +| `SCREENSHOT_DIR` | The directory for saving the screenshots, default: `screenshots` | |
| 26 | +| `USER_AGENT` | Custom user agent used for requests | |
24 | 27 | | `WEB_PORT` | Starts a webserver to be able to control the bot while it is running. Setting this value starts this service. |
|
25 | 28 |
|
26 | 29 | ???+ info
|
|
0 commit comments