a price tracker and Email notifier for Amazon
- BeautifulSoup
- requests
-
Add your tracking url (Either Amazon or Flipkart) to
data.txtin the given form: You can insert any number of links in every newline indata.txt -
Replace the necessary arguments in
main.pyfile.
header = {"User-Agent":""}
my_email = ""
my_password = ""
recievers_email = ""
Run the script in your terminal py main.py. (for one time use or schedule your script)
Click Here Copy and paste Your User Agent in the header dictionary mentioned above.
- On a Windows Machine
- On a Linux/Mac Machine
Code shamelessly stolen from Dev Ed