Skip to content

An Amazon product price tracker that triggers an email when the value of a product falls to a price less than or equal to the price you wish to buy it for.

Notifications You must be signed in to change notification settings

rajatmjain/CheckAzon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CheckAzon

This is a Python program that allows you to scrape the price of a product from an Amazon product page and receive an email notification when the price drops below a certain value.

Installation

To run this program, you will need Python 3.x and the following libraries:

requests bs4 smtplib You can install these libraries by running:

pip install requests bs4 smtplib

Usage

  1. Run the program by running the following command in your terminal:
python scraper.py
  1. Enter the URL of the Amazon product's page when prompted.
  2. Enter the maximum value for the product when prompted. The program will send you an email notification if the price drops below this value.
  3. Enter your email ID when prompted. You will receive an email notification when the price drops below your desired value.
  4. The program will scrape the price of the product from the Amazon product page and check if the price is below your desired value. If it is, the program will send you an email notification.
  5. The program will continue to scrape the price of the product every hour and check if the price has dropped below your desired value. If it has, the program will send you an email notification.

About

An Amazon product price tracker that triggers an email when the value of a product falls to a price less than or equal to the price you wish to buy it for.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages