pyBegin / projects / link-verification
🌐

Link Verification

Fetches a web page, extracts all of its links, and reports which ones are good or broken.

47 lines🖥 Desktop only

Link Verification

Fetches a web page, extracts all of its links, and reports which ones are good or broken.

How to run

pip install -r requirements.txt
python verify_links.py

Dependencies

requests, beautifulsoup4.

Pyodide-runnable

No — it makes live HTTP requests to verify links across the internet.