GitXplorerGitXplorer
g

GoSpider

public
10 stars
4 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

GoSpider

This is a really simple web spider.

The purpose of this program is to fetch all local links on a website and follow them recursively. It's just a visitor and nothing else.

To speed things up, this whole thing works concurrently.

Usage

$ go build
$ ./crawl -workers=16 -url=http://localhost/