Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.11 KB

File metadata and controls

31 lines (19 loc) · 1.11 KB

Sauron

Sauron is an extensible page parser written in Go.

The purpose of Sauron is to enable the easy implementation of page or website parsers, with first-class support for common platforms or sites such as Reddit and Youtube.

godoc goreportcard GitHub

Using

To use Sauron in your application, all you need to do is ensure you are importing github.com/TryStreambits/sauron. Then follow the documentation linked above or look at tests/ for example code.

Building

To compile, first ensure you have turned on Go Module support if you are working inside your GOPATH:

export GO111MODULE=on

Next, all you have to do is run the following command to compile:

go build

License

Sauron is licensed under the Apache-2.0 license.