DEV Community

neuralmint
neuralmint

Posted on

Link Checker CLI — Bulk URL Validation Tool

Link Checker CLI — Bulk URL Validation Tool

Check hundreds of URLs for validity, redirects, and broken links in seconds. Uses concurrent HEAD requests for maximum speed.

Features

  • Bulk URL checking from a file or list
  • Concurrent requests (configurable workers)
  • HEAD requests by default (lightweight)
  • Redirect chain tracking (301/302)
  • Reports HTTP status codes per URL
  • Summary of broken vs working links

Usage

# Check URLs from a file
link_checker check urls.txt

# Increase concurrency
link_checker check urls.txt --workers 20

# Follow redirects and show final URL
link_checker check urls.txt --follow-redirects
Enter fullscreen mode Exit fullscreen mode

Install

pip install neuralmint/link-checker
Enter fullscreen mode Exit fullscreen mode

Support open-source:

SOL: 4TGyiYBjaYhFFPNYyCoJjf16ctUsWVBiMR1FXQxEfhWi

ETH: 0xe07f177E0725c11EEc8BeA34C5b5193CaF2a1A6a

Tags: python, cli, opensource, devtools
Series: neuralmint CLI Tools

Top comments (0)