Spider
Multithreaded Web spider crawler written in Rust.
Depensencies
Usage
Add this dependency to your Cargo.toml file.
[]
= "1.0.2"
and then you'll be able to use library. Here a simple example
extern crate spider;
use Website;
TODO
- multi-threaded system
- respect robot.txt file
- add configuratioon object for polite delay, etc..
- parse command line arguments
Contribute
I am open-minded to any contribution. Just fork & commit on another branch.