seeamkhan / diaper_finder

Search for lowest price diaper in amazon and send an email with the product list and prices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This script can find the lowest priced item (diaper for now) in the amazon.ca site and send an email with the product link to a list of subscribers.

How to run

  • Open a terminal or CMD in this location
  • Make sure you have python 3.x installed in your system
  • Type pip install -r /path/to/requirements.txt or pip3 install -r /path/to/requirements.txt

This should install all the required python libraries.

  • Update the config file
  • Now, type python diaper_finder.py or python3 diaper_finder.py

About

Search for lowest price diaper in amazon and send an email with the product list and prices.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%