Skip to content

First go at go: build the sitemap of a website

Notifications You must be signed in to change notification settings

mone/sitemapper

Repository files navigation

Site Mapper

Simple go site mapper: it will construct a site map starting from a specified address.

Addresses having a different host than the initial root are reported but not expanded.

Build

go build sitemapper.go httpfetch.go linkextractor.go mapper.go

Dependencies

go get github.com/sirupsen/logrus
go get github.com/PuerkitoBio/goquery
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega/...

Run

once built ./sitemapper http://www.example.com/

About

First go at go: build the sitemap of a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages