GitXplorerGitXplorer
g

GoSpider

public
10 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
14d9cc195cd4fd8d673a5e4901ff062acbb33f09

Add README

committed 12 years ago
Unverified
ca2135bc790bbb423b63a3b74df73d94c1e29016

Initial commit

committed 12 years ago

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/