Skip to content

A web crawler module, as explained in the book, The Go Programming Language

Notifications You must be signed in to change notification settings

keithnoguchi/crawl-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A web crawler in Go

It demonstrates how easy to write a simple web crawler in Go programming language, as demonstrated in the book, The Go Programming Language.

Utility commands

  • fetch fetches the HTML document for the web site.
  • findlink finds URL links from the HTML document.
  • outline outlines the HTML DOM elements.
  • fetchlinks fetches and show found links, e.g. fetch | findlink
  • waitserver waits for the server reachability

Happy hacking!

About

A web crawler module, as explained in the book, The Go Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages