Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

one config for multiple websites #7

Open
Remanent opened this issue Nov 27, 2020 · 2 comments
Open

one config for multiple websites #7

Remanent opened this issue Nov 27, 2020 · 2 comments

Comments

@Remanent
Copy link

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?

@EricJMarti
Copy link
Owner

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.

@Remanent
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants