Skip to content

Sergio-Vila/webCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebCrawler

Web crawler written in Go.

  1. Get project dependencies:
   go get ./...
  1. Build the thing:
   go build webCrawler
  1. Run on a website:
   go run webCrawler "http://www.example.com"

Logs are always printed to stdout, while the output website map can be redirected. This can be used to generate a file with the website map:

    go run webCrawler "http://www.example.com" > sitemap.example.com.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages