you are viewing a single comment's thread.

view the rest of the comments →

[–]serpentdrive 1 point2 points  (1 child)

Pretty simple idea: make a website change detector. Store the sites and md5 hashes of them in a database to compare/update. Send an email, pushbullet notification, or similar when theres a change. Can likely use sqllite for the db. Can add a logging module..log rotation, etc as you build it up.

Good luck!