New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
Use script to download to body of a website, then make a hash/checksum of that data. Do this periodically and compare the checksums to identify changes.
Dyamic websites might have a high number of difference because of cdn and advertising though
Do you also want to save the changes, you could make use of services like:
They are not self-hosted though.
For this I would just use short Python script and Beatiful Soup, should be an easy task implemented in a few minutes.
Thanks for the feedback.I am not really good at python.Can you help me with this?