0.3.9 • Published 8 years ago

scrapingnode v0.3.9

Weekly downloads
4
License
WTFPL
Repository
github
Last release
8 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

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago