Simple python script to notify when changes are made to a string on a website.
- Install the required modules (
beautifulsoup4
is referenced asbs4
):
pip3 install beautifulsoup4
-
Update the SMTP credentials
-
Run the script:
python3 notify.py
Simple python script to notify when changes are made to a string on a website
PythonGPL-3.0