- Wget on your default OS
- For Windows: Click Here To Download Wget
- Linux and Mac has it pre-installed
- os
- random
- subprocess (instead of os)
- time
- Rich
- smtplib
- ssl
- MIMEText
- MIMEMultipart
- pyinputplus
- inputimeout
- datetime
- re
if __name__ == '__main__':
file = Website(link="Any Website Link",
email_address="[email protected]", password="PASSWORD",
message_to_send="Your site changed!") # initialize the Website object to be monitored
file.start_monitoring(5, True) #check for change every 5 seconds, if second param set to True a copy of the site will be sent via email