wayback-video: Turn Any Site's History into a Video
The article discusses wayback-video, a Python CLI tool that generates a video of a website's history by pulling its entire Wayback Machine archive and rendering each snapshot with a headless browser. The tool can handle static sites but may struggle with JavaScript-heavy Single-Page Applications (SPAs). To use the tool, simply run 'wayback-video <url> --scroll --interval year --from <year>' to get a video showing the site's design history from the specified year to today. The tool runs a 4-phase pipeline: Fetch, Sample, Render, and Stitch.