- Send HTTP GET requests using the
reqwest
crate. - Parse HTML responses using the
scraper
crate. - Extract specific data from the parsed HTML.
- Rust 1.54.0 or later
- Cargo 1.54.0 or later
reqwest
for sending HTTP requests.scraper
for parsing HTML and extracting data.tokio
for asynchronous programming.
- Clone the repository.
- Navigate to the project directory.
- Run the project using the command
cargo run
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- GET https://crates.io/crates/rust-bert up and running for analysis