Skip to content

calebpeffer/Wayback-timelapse

Repository files navigation

Wayback-timelapse

Automatically create GIFS of a website's history

if help - or to see a more userfriendly version of thes, send me a DM on twitter or linkdln and star the repo :)

Instructions

Step 1:

Made sure you have node.js, python 3+, and pip installed properly on your system.

Step 2:

Run

$ npm install

and then

$ pip install -r requirements.txt

(or conda equivalent)

Step 3:

First, Set the desired url, timerange, and other parameters on line 46 of takeScreenshots.js

then run:

    node takeScreenshots.js

Once thats completed, create the gif with python

    python makeGif.py

Viola, you should be able to see your gif in the root directory.

Made it this far? Then Star ⭐

About

Automatically Create GIfs of a website's history

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published