You will of course need the latest Python installed and run the following command to get the required packages.
python3 -m pip install requests bs4
Go into scraper.py
and change the URL:6 headers:9 search what's my ua on google What's My UA
Go to server = smtplib.SMTP
:28 and enter your smtp server.
Go to server.login()
:33 and enter your username and password. Google may require an app password if you have 2fa enabled.
Change the body to whatever you would like the email to say and the subject.
Go to server.sendmail
:40 and enter from email, to email then the msg you would like to send.
time.sleep
:52 will specify how long you would like it to check in seconds. Currently set to every 24 hours.