Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.24 KB

README.md

File metadata and controls

41 lines (30 loc) · 2.24 KB

InvisionRipper

Travis Build Status GitHub license Standard - JavaScript Style Guide Known Vulnerabilities

Design extractor tool in Node JS for Invision albums

Install

$ npm i

Usage

After you've installed invisionripper you will be able to use the program via the command line. The most basic usage would be to get when the last updated screen by running

$ node index.js --url <url> --lastUpdate
Last update was 2 days ago by John on Homepage 2018

Purpose

This tool can help assist your usage of albums by performing a multitude of actions on it. This tool can help you:

  • Extract images. Save all the screens from an album locally in JPG format
  • Show statistics. Display useful information the album such as who the authors are or how many comments there are.

Commands

Name Alias Type Description Default
--title -t string Name given to the top level export folder N/A
--images -i string Name given to the top level export folder images
--report -r string The filename of the extracted report file. JSON file extended not needed report
--stats -s boolean Whether to show detailed statistics about album false
--dated -d boolean Whether the exported files should be saved in a dated subfolder. Format: YYYY-MM-DD--HH-mm false
--lastUpdate N/A boolean Get the last updated screen with stats N/A
--silent N/A boolean Whether to show minimal logging in the console false