harshsbais / Amazon-Price-Drop-Alert

A python script that will send you an email when the price for specific items you followed on Amazon drops beneath a certain price you set.
47 stars 17 forks source link
amazon bs4 dwoc price-drops python-script selenium-webdriver webscraper

Amazon-Price-Drop-Alert

This script will send you an email when the price for specific items you followed on Amazon drops beneath a certain price you set.

You can parse the price without Amazon API !

Running the Project

Inputs Required

URL

Get url from your amazon of your location. For example : URL of Amazon IN is https://www.amazon.in/dp/...

Price

You need to put the price at which you would like to buy

Email_Address

Enter email address of which you have access as mail will be sent when price drops below your expected price

Contributing

Setting-up the Python project

Limitation

Checking interval time limitation

This code use some skill preventing banned by Amazon. However, the best interval time between each time of price checking is around 15 minutes.

Why my script can't get price from Amazon?

There may be two problem of it.

App-Format

Email-Format

Dependencies

Python 3
BS4
PyQtWebEngine
SMTPlib
lxml
Webdriver-Manager
Selenium

Future feature

** Script running in background for long and checking after every 1 hour **

** Complete standalone GUI app for MacOS and later for Windows **

** Mail will include a graph of price using matplotlib **