Skip to content

Commit

Permalink
feat: card series filter, fix: newegg oosLabels (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
admon84 committed Sep 20, 2020
1 parent 7efdcd8 commit 252459d
Show file tree
Hide file tree
Showing 18 changed files with 485 additions and 291 deletions.
1 change: 1 addition & 0 deletions .env-example
Expand Up @@ -14,6 +14,7 @@ PUSHOVER_USER="123pushover-user-key"
PAGE_SLEEP_MIN="5000"
PAGE_SLEEP_MAX="10000"
SHOW_ONLY_BRANDS="evga"
SHOW_ONLY_SERIES="3080"
SLACK_CHANNEL="SlackChannelName"
SLACK_TOKEN="slack-token"
STORES="bestbuy,bandh,nvidia"
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -78,6 +78,7 @@ Here is a list of variables that you can use to customize your newly copied `.en
| `PAGE_SLEEP_MIN` | Minimum sleep time between queries of the same store | Default: `5000` |
| `PAGE_SLEEP_MAX` | Maximum sleep time between queries of the same store | Default: `10000` |
| `SHOW_ONLY_BRANDS` | Filter to show specified brands | Comma separated, E.g.: `evga,zotac` |
| `SHOW_ONLY_SERIES` | Filter to show specified series | Comma separated, E.g.: `3080` |
| `SLACK_CHANNEL` | Slack channel for posting | E.g., `update`, no need for `#` |
| `SLACK_TOKEN` | Slack API token |
| `STORES` | [Supported stores](#supported-stores) you want to be scraped | Comma separated, default: `nvidia` |
Expand Down

0 comments on commit 252459d

Please sign in to comment.