scrapper716

Command line version of scrapper

Usage no npm install needed!

<script type="module">
  import scrapper716 from 'https://cdn.skypack.dev/scrapper716';
</script>

README

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