Skip to content

csu/scrape

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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]

About

Quickly scrape web pages from the command line.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages