This is a simple crawler, it starts to crawl at the given seed and only crawls within the seed domain.
The downloaded webpages are stored in ./data/ directory.
- Rust
- Cargo
Create a .env file and set the required environments variables. an example is found in the .env-example file.
cargo run --release