EricJMarti / inventory-hunter

⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock
MIT License
1.12k stars 263 forks source link

Allerts Issue #228

Open ilnonno70 opened 2 years ago

ilnonno70 commented 2 years ago

I installed the script on raspberry pi 4. Everything works fine except notifications. I get a notification (on telegram) every time an item is available, but the price limit set in the configuration file, is not respected. How can I fix the problem?

fatsciock commented 2 years ago

Same problem

EDIT: I use amazon scraper and i found that the price is searched under the "path" _('div.a-section > span#price_insidebuybox') but it doesn't exist on the source code of the Amazon page. Maybe Amazon change class and id of the html tag? I tried to change the "path" but i doesn't work :(