scrapurl-0.1.0 is not a library.
🌐 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:
Uasge
Example
🛠 Dependencies
reqwest — HTTP client
scraper — HTML parsing
tokio — Async runtime
colored — Terminal colors