Skip to content

Repository files navigation

Go Crawler

Website crawler written in Golang. Recursively searches internal links starting from base url provided. Returns report of number of links for each page.

Installation

  1. Fork/Clone the repository:

  2. Install dependencies:

go mod download

Usage

go run . <website> <maxConcurrency> <maxPages>

maxConcurrency = number of workers to concurrently search

maxPages = set number of pages desired to process

About

Website Crawler written in Go

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages