Skip to content

Amazon Tracker archives user-provided product URLs and associated emails, systematically assesses URL-based product data, and triggers notifications and email alerts to apprise users of price reductions below predefined maximum thresholds, thereby enhancing user decision-making for economical purchases.

Notifications You must be signed in to change notification settings

PrathamBhatTech/Amazon-Product-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Tracker

Amazon Tracker stores the product urls entered by the user and the email of the user and checks all the product data from the provided urls.
When the price falls below the max price an email and notification is sent to the user.


User Manual:

  • Install python 3.8 or 3.9 and pip
    References:

  • cd into the directory of the project and type: pip install -r requirements.txt This will install all the required libraries.

  • Click on Amazon-Tracker.py and fill in the data asked.

  • Whenever you want to check the products just click on this file.

  • If you want to add new products or remove products later on, click on Product_Manager.py and follow the instructions.


Contributors:

Pratham Bhat

  • Storing urls, email, names and max price of products using sql
  • Accessing html product data using requests
  • Processing html to get information such as price and product title
  • Sending email if price drops below the threshold
  • CUI for adding and removing urls

Prateek Rao

  • Sending SMS to user's phone for price drop alerts

Note:

The SMS function is still under development due to constraints and does not work yet.

About

Amazon Tracker archives user-provided product URLs and associated emails, systematically assesses URL-based product data, and triggers notifications and email alerts to apprise users of price reductions below predefined maximum thresholds, thereby enhancing user decision-making for economical purchases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages