Skip to content

pskrunner14/web-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

web-crawler

This is a Web Crawler implementation written in GOLANG.

Getting Started

Once you have GOLANG on your system, you'll need to install a few dependencies:

~$ go get github.com/llimllib/loglevel
~$ go get golang.org/x/net/html
~$ go get golang.org/x/net/html/atom

After you're done with that, you can start crawling wherever you want:

~$ go run main.go <URL>

Releases

No releases published

Packages

No packages published

Languages