webdiff

Cli tool comparing websites over time

MIT License

Stars
4
Committers
1
webdiff - 1.0.0 Latest Release

Published by Hexagon 7 months ago

Webdiff v1.0.0 – First stable release

Webdiff is a powerful Deno-based tool designed to help you track changes and analyze websites over time.

  • Explores a website by following links, discovering all connected pages and assets.
  • Compares different website versions, highlighting added, removed, or modified elements.
  • Generates reports with timestamps, content summaries, and reference lists for each discovered asset.
  • Uses these files to guide the crawling process, respecting website guidelines.
  • Offers options for request delays, output location, file filtering, and more.
  • Lets you view past versions of websites offline.

Getting Started

  1. Ensure you have Deno installed (https://deno.land/).
  2. Install:
    deno install -A -n webdiff jsr:@hexagon/[email protected]
    
  3. Run Your First Crawl:
    webdiff crawl https://hexagon.56k.guru
    
webdiff - 1.0.0-alpha.0

Published by Hexagon 8 months ago

Initial release