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-
- Product URL
- Email from which notification to be sent
- An app password for above email
- Destination email
- The number of hours after which it should check again.
Support for pythonw.exe so that this program can infinitely run in the background.