inventory-hunter icon indicating copy to clipboard operation
inventory-hunter copied to clipboard

one config for multiple websites

Open Remanent opened this issue 4 years ago • 2 comments

Is it possible to create one config file that polls multiple sites, meaning i can have links for specific cards at different websites, such as the asus strix 3080 on newegg, bh, microcenter, etc?

Remanent avatar Nov 27 '20 07:11 Remanent

Yes, this should work.

Personally, I prefer to have one scraper container running per retailer. This is because if something happens on one retailer's website which causes the script to crash, the scrapers for other retailers will continue running. That said, I think it's a great idea to do what you're suggesting, which is to have one scraper per product.

EricJMarti avatar Nov 29 '20 01:11 EricJMarti

The main reasoning for per product confits was to use the max price option you had in the 3070 config in other confits to try to avoid scalpers.

My other thought is if there was a way you could append a flag per line like so

  • gpulink1, price
  • gpulink2, price

The reasoning for this is different gpus have different values.. the founders edition 3080 is $700 while aftermarket range up to $850.

Remanent avatar Nov 29 '20 13:11 Remanent