feat: allow filtering per model by a specific series (#595)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
SesioN
2020-10-25 05:01:55 +01:00
committed by GitHub
parent 699de573f6
commit a42418f814
4 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ Here is a list of variables that you can use to customize your newly copied `.en
| `PUSHOVER_PRIORITY` | Pushover message priority |
| `SCREENSHOT` | Capture screenshot of page if a card is found | Default: `true` |
| `SHOW_ONLY_BRANDS` | Filter to show specified brands | Comma separated, e.g.: `evga,zotac` |
| `SHOW_ONLY_MODELS` | Filter to show specified models | Comma separated, e.g.: `founders edition,rog strix` |
| `SHOW_ONLY_MODELS` | Filter to show specified models | Both supported formats are comma separated <br/><br/>1. Standard E.g.: `founders edition,rog strix` <br/><br/> 2. Advanced E.g: `MODEL:SERIES`, E.g: `founders edition:3090,rog strix` |
| `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 | |