This is a short Python script that can monitor (preferably static) websites. If the website was updated you will be notified.
Use the package manager pip to install this script.
pip install git+https://github.com/YanicM/website-monitor.git
Change the URL to the page you want to monitor.
test_monitor = WebsiteToMonitor("https://news.ycombinator.com/")
You can set a timer after which the website is checked again. The default is 60 seconds.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.