Skip to content

githubnemo/GoSpider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Web Spider written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages