Monitor a Website on the Raspberry Pi using Python
This Python script will run on your Raspberry Pi and monitor a website, notifying you when the website either goes down or when a change has been made. We achieve this by storing a simple copy of the website locally and checking to see when the changes differ. As this […]
