Skip to content

TryStreambits/sauron

Repository files navigation

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.