A simple website crawler made with go
- Clone the repo
git clone https://github.com/dagregi/crawler- Compile the package
go build -o crawler- Run the executable
./crawler <baseURL> <maxConcurrency> <maxPages>
# example
./crawler https://crawler-test.com 5 30Warning: Unless you want your IP blocked don't send large amounts of requests