Metadata-Version: 2.0
Name: waybacklapse
Version: 1.0.1
Summary: A tool for creating a timelapse from the Wayback Machine.
Home-page: https://github.com/kpurdon/waybacklapse
Author: Kyle W Purdon
Author-email: kylepurdon@gmail.com
License: UNKNOWN
Download-URL: https://github.com/kpurdon/waybacklapse
Platform: UNKNOWN
Classifier: Operating System :: MacOS :: MacOS X
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: click (>=3.3,<4)
Requires-Dist: requests (>=2.5.0,<3)

waybacklapse
============

A tool for creating a timelapse from the Wayback Machine.

Installation
============

This tool currently has dependencies on external projects and is only
tested on MacOS X.

Install Dependencies
--------------------

::

    brew install imagemagick
    brew install phantomjs
    git clone https://github.com/fzaninotto/screenshot-as-a-service.git
    cd screenshot-as-a-service
    git checkout -t v1.1.0
    npm install

Install WAYBACKLAPSE (From PyPi)
--------------------------------

::

    pip install waybacklapse

Install WAYBACKLAPSE (From Source)
----------------------------------

::

    git clone https://github.com/kpurdon/waybacklapse.git
    cd waybacklapse
    python setup.py install

Running The Tool
================

Start the screenshot-as-a-service node app
------------------------------------------

::

    cd screenshot-as-a-service && node app

Run waybacklapse
----------------

For help:

::

    waybacklapse --help

To run simply enter ``waybacklapse`` at the command line and follow the
prompts.


