codesplicer / crawler

Concurrent sitecrawler implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Crawler

Crawls a site and produces a sitemap of internal links

Usage

make build # Uses godep to install all dependencies to vendor/ ./bin/crawler https://monzo.com

Testing

make test

Author

About

Concurrent sitecrawler implemented in Go


Languages

Language:Go 93.7%Language:Makefile 6.3%