1.0.4 • Published 3 years ago

scraper-util v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

purpose

a simple cli wrapper for website-scraper - npm

how to install

npm install -g scraper-util

or local install

# package.json 
  "scripts": {
    "scraper-util": "scraper-util",
  },
npm run scraper-util --silent -- scrape

how to use

> scraper-util "scrape" "--help"

Usage: scraper-util scrape [options] <configFile>

Options:
  -url, --url [urlFile]  urls csv path
  -h, --help             output usage information
  • gen sample config File
npm run scraper-util --silent -- genConfig