scrape
Quickly scrape web pages from the command line. Outputs results to stdout. Essentially a cli wrapper for goquery.
Installation
go install github.com/csu/scrape
Usage
$ scrape http://christopher.su ".home-nav span"
resume
linkedin
v1
latest
archive
email
twitter
pgp
github
list
grid
$ scrape help
NAME:
scrape - scrapes a web page for a given selector
USAGE:
scrape [url] [selector]