Website crawler written in Golang. Recursively searches internal links starting from base url provided. Returns report of number of links for each page.
-
Fork/Clone the repository:
-
Install dependencies:
go mod downloadgo run . <website> <maxConcurrency> <maxPages>maxConcurrency = number of workers to concurrently search
maxPages = set number of pages desired to process