Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 428 Bytes

amazonpricecheck

Checks price of an Amazon product and sends email if price falls down below the last checked price.

This python program takes in 5 inputs-

  1. Product URL
  2. Email from which notification to be sent
  3. An app password for above email
  4. Destination email
  5. The number of hours after which it should check again.

Support for pythonw.exe so that this program can infinitely run in the background.