Skip to content

Add Python script to detect broken links #558#559

Open
JaivPatel07 wants to merge 3 commits intowasmerio:mainfrom
JaivPatel07:main
Open

Add Python script to detect broken links #558#559
JaivPatel07 wants to merge 3 commits intowasmerio:mainfrom
JaivPatel07:main

Conversation

@JaivPatel07
Copy link

PR Title

Add Python script for detecting broken links on a webpage

Summary

This PR adds a Python script that scans a webpage and checks all links to identify broken or working links. The tool prints the status of each link and provides a summary report.

Description

This contribution introduces a simple link checker tool written in Python. The script extracts all links from a webpage, checks their HTTP status codes, and displays whether they are working or broken. It also includes an option to export the results to a CSV file.

The changes are as follows:

  • Adding LinkChecker folder

Thank You,

Jaiv Patel

@JaivPatel07 JaivPatel07 changed the title Add Python script to detect broken links Add Python script to detect broken links #558 Mar 7, 2026
@JaivPatel07 JaivPatel07 changed the title Add Python script to detect broken links #558 Add Python script to detect broken links #558 Mar 7, 2026
@JaivPatel07 JaivPatel07 changed the title Add Python script to detect broken links #558 Add Python script to detect broken links Mar 7, 2026
@JaivPatel07 JaivPatel07 changed the title Add Python script to detect broken links Add Python script to detect broken links #558 Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant