0.0.0 • Published 8 years ago

scrapper716 v0.0.0

Weekly downloads
6
License
-
Repository
-
Last release
8 years ago

Scrapper cli

Command line version of scrapper

Install dependencies:

npm install

Test:

npm test

Lint:

npm run lint

Usage:

  scrapper [options] <website> <selector> <output file>

  Scarpper allows you to find contents of selected dom elements of a website

  Options:

    -h, --help       output usage information
    -V, --version    output the version number
    -d, --depth <n>  depth of search within a website, default is 1