i found this nifty tool called crawldiff that lets you see what's changed between snapshots of any webpage. it's like git log for websites! ✨
to use, just install via pip and snapshot a site:
[code]pip install crawldiff
crawldiff crawl
then check back later to compare changes with something simple as `-since 7d` or even the full diff command. pro tip:
make sure you're using cloudflare's new /crawl feature for best results.
anyone else trying this out and seeing good (or bad) diffs?
full read:
https://dev.to/georouv/i-built-git-log-for-any-website-track-changes-with-diffs-and-ai-summaries-445g