Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 473 Bytes

Price-Tracker

Amazon Web Scrapper that notifies if a desired product meets a user-defined target price

Requirements

  • Python 3.5.x or higher
  • Gmail Account for Bot
    • Must allow Less Secure Apps

Installation

  • Clone Repository
  • Fill out whitelist.csv with desired items
  • Fill out config.py with bot credentials and your email
  • Launch Terminal / Command Prompt, run pip install -r requirements to install dependencies
  • Run program with python3 main.py