Archived
1
0
Fork 0
Commit graph

2 commits

Author SHA1 Message Date
da532104f8
feat: add price range filter (#26)
To avoid scalpers' price, the bot now understand filters on prices
using a minimum and maximum value, in a currency and a pattern to
detect the model.

Example:
```
"price_ranges": [
  {"model": "3090", "max": 3000, "currency": "EUR"},
  {"model": "3080", "max": 1600, "currency": "EUR"},
  {"model": "3070", "max": 1200, "currency": "EUR"}
],
```

More details in README.md.

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-05-23 02:40:03 +02:00
ba791435b7
feat: add filter on price range
WIP

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-05-20 18:03:45 +02:00