Checks for the price of a desired product periodically. If the price drops below the desired amount, notifies the user via email.
Type the following to install requirements: (make sure you have python installed)
pip install -r requirements.txt
This script requires access to mail credentials inorder to work, follow the steps below to generate the credentials for a limited scope.
- To get app passwords, go to myaccount.google.com/security
- Make sure you save 2-step verification turned on.
- Choose app passwords (under signing into google)
- Then under app choose mail and under platform, choose the device from which you are logged in from.
- Run the track.py script.
python track.py
- Hope the price drops :).