0.3.9 • Published 9 years ago

scrapingnode v0.3.9

Weekly downloads
4
License
WTFPL
Repository
github
Last release
9 years ago

scrapingnode

A simple command-line wrapper around ineed.

Installation

npm i -g scrapingnode

Usage:

scrapingnode

Usage: scrapingnode <option> <url>
Option can be one of:
content   (which collects content) or
data      (which collects links, scripts, etc.) or
code      (which collects HTML comments, CSS, and JS)
all       (all of the above)

Example: scrapingnode code zacanger.com

You can leave off the https:///http:// if you want. Or not. Up to you.

You'll get a bunch of stuff you can really easily parse. Nice, huh?

Maybe do something like scrapingnode content blog.zacanger.com > zacs-blog.json, or scrapingnode code zacanger.com/p | jq .jsCode or something.

Contributions welcome.

License: WTFPL.

0.3.9

9 years ago

0.3.8

9 years ago

0.3.7

9 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago