- make sure that you have Go installed
- run
go build -o crawler && ./crawler <URL> <maxConcurrency> <maxPages>
This webcrawler fetches all internal links on a webpage. It uses concurrency to be faster and can be limited to a max number of pages.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
go build -o crawler && ./crawler <URL> <maxConcurrency> <maxPages>This webcrawler fetches all internal links on a webpage. It uses concurrency to be faster and can be limited to a max number of pages.