/sitescraper

Small tool for web site scraping.

Primary LanguageJavaScript

sitescraper

Build Status

Small hobby tool for recursively scraping the contents of a website and saving results to disk.

scripts

Install dependencies...

npm install

Run tests...

npm test

Usage

node . --host=<host> [--output=<directory>] [--networkconcurrency=<integer>]