Skip to content

functionsio/scour

Repository files navigation

Scour

Goutte-like web scraper for Go.

You can view the API docs here: http://godoc.org/github.com/brettdonohoo/scour

Overview

Scour is a convenience library for web scraping with Go.

Scour wraps/uses goquery for parsing markup and is heavily influenced by Goutte.

Installation

Make sure you have a working Go environment (go 1.1 is required). See the install instructions.

To install scour.go, simply run:

$ go get github.com/brettdonohoo/scour

Make sure your PATH includes to the $GOPATH/bin directory so your commands can be easily used:

export PATH=$PATH:$GOPATH/bin

About

Golang Web Scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages