Skip to content

Simple python script to notify when changes are made to a string on a website

License

Notifications You must be signed in to change notification settings

hdehal/notify-web-changes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

notify-web-changes

Simple python script to notify when changes are made to a string on a website.

  1. Install the required modules (beautifulsoup4 is referenced as bs4):
pip3 install beautifulsoup4
  1. Update the SMTP credentials

  2. Run the script:

python3 notify.py

About

Simple python script to notify when changes are made to a string on a website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages