thepatrik / sitescraper

Small tool for web site scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>]

About

Small tool for web site scraping.


Languages

Language:JavaScript 100.0%