WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

UtpalJayNadiger/Wayback-timelapse

 
 

Repository files navigation

Wayback-timelapse-utpal

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

Languages

  • JavaScript 65.0%
  • Python 35.0%