| Crates.io | scrapurl |
| lib.rs | scrapurl |
| version | 0.1.0 |
| created_at | 2025-08-13 20:38:30.750171+00 |
| updated_at | 2025-08-13 20:38:30.750171+00 |
| description | A colorful Rust CLI tool to scrape and list all links from a given webpage. |
| homepage | https://github.com/anomalous254/scrapurl |
| repository | https://github.com/anomalous254/scrapurl |
| max_upload_size | |
| id | 1794082 |
| size | 59,454 |
A simple and colorful Rust command-line tool to scrape all links from a webpage.
Built with Actix-inspired async Rust, reqwest, and scraper.
<a href="..."> linkstokio)Clone the repo and build:
git clone https://github.com/anomalous254/scrapurl.git
cd scrapurl
cargo build --release
cargo run -- <URL>
cargo run -- https://exampe.com
reqwest — HTTP client
scraper — HTML parsing
tokio — Async runtime
colored — Terminal colors