eyalzek / price-alert

Script to send an email when a price drops below a given value (tested on Amazon).
78 stars 34 forks source link

Issues adapting for warehouse price check #2

Closed Swiftnesses closed 7 years ago

Swiftnesses commented 8 years ago

I've attempted to modify the script so I can check warehouse prices... Seems my skills are not up to the job :(

I'd like to pull the prices from a page like this:

https://www.amazon.co.uk/gp/offer-listing/B014GXQ9YW/ref=dp_olp_used?ie=UTF8&condition=used

I know it's outside the scope, but was wondering if someone could help me achieve this?

eyalzek commented 8 years ago

I made an attempt to do so, take a look at this branch: https://github.com/eyalzek/price-alert/tree/uk-offer-listing

Looks like requests to this URL are throttled though, so sometimes the response is 503 instead of 200. Should work though on the first run I think.

eyalzek commented 7 years ago

Closing this as this is not part of the scope for the project at the moment...