amazon-price-tracker icon indicating copy to clipboard operation
amazon-price-tracker copied to clipboard

A web scraping project to track the price of an item on Amazon UK.

Amazon Price Tracker

A simple web scraping project in Python 3.

  • Track the price of an item on Amazon UK and get an email (only Gmail supported now) when the price of the product drops and is available at a discounted rate!
  • Written for fun after watching a basic YouTube tutorial by Dev Ed.

Requirements

  • Either ONE of the following:
    1. Allow Less Secure Apps on your Google Account
    2. Enable Two-Factor Authentication, and generate a new app password for Mail
  • Get pip (more info)
  • Download requirements using pip install -r requirements.txt
  • Clone this repository and run python service.py