jadia / amazon-price-notify

Python script to monitor a product and send notification on telegram on price drop.
MIT License
10 stars 1 forks source link

Use not for other Amazon websites #3

Open italicus-web opened 3 years ago

italicus-web commented 3 years ago

Hello,

What files need to be modified so that the tracker works for other Amazon websites, not just amazon.in?

jadia commented 3 years ago

Hi @italicus-web, This is an old and abandoned repo. I'll soon start working on this again in a few weeks.

You can modify https://github.com/jadia/amazon-price-notify/blob/master/scrape.py#L61-L64 these lines to scrape the elements which are required in other Amazon websites.

bot8080 commented 3 years ago

Hi, Why only one product restriction is set in the code? Are you further thinking to update the code?

jadia commented 3 years ago

Hi @bot8080 ,

I won't be updating the code anytime soon but yes I do plan to create a new version of this with some nice UI and more features.

Why only one product restriction is set in the code?

It's not a restriction, this is just a primitive implementation of price tracking. The support for adding multiple products was in the todo list. Feel free to fork the project and send a PR with the feature.