scrapurl

Crates.ioscrapurl
lib.rsscrapurl
version0.1.0
created_at2025-08-13 20:38:30.750171+00
updated_at2025-08-13 20:38:30.750171+00
descriptionA colorful Rust CLI tool to scrape and list all links from a given webpage.
homepagehttps://github.com/anomalous254/scrapurl
repositoryhttps://github.com/anomalous254/scrapurl
max_upload_size
id1794082
size59,454
am_request (anomalous254)

documentation

https://docs.rs/scrapurl

README

🌐 scrapurl

A simple and colorful Rust command-line tool to scrape all links from a webpage.
Built with Actix-inspired async Rust, reqwest, and scraper.


✨ Features

  • Fetches any webpage and extracts all <a href="..."> links
  • Colorful and user-friendly CLI output
  • Built for speed using async Rust (tokio)
  • Displays total link count
  • Your personal branding 🖤

📦 Installation

Clone the repo and build:

git clone https://github.com/anomalous254/scrapurl.git
cd scrapurl
cargo build --release

Uasge

cargo run -- <URL>

Example

cargo run -- https://exampe.com

🛠 Dependencies

reqwest — HTTP client

scraper — HTML parsing

tokio — Async runtime

colored — Terminal colors

Commit count: 0

cargo fmt