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 :)
Made sure you have node.js, python 3+, and pip installed properly on your system.
Run
$ npm install
and then
$ pip install -r requirements.txt
(or conda equivalent)
First, Set the desired url, timerange, and other parameters on line 46 of takeScreenshots.js
then run:
node takeScreenshots.jsOnce 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 ⭐