Skip to content

Python script to check if links from a web page exists

License

Notifications You must be signed in to change notification settings

doobrie/check-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check-links.py

Table of Contents

About

check-links.py is a Python script to check if links from a specific web page exist. The script load a specified page, finds all of the <a> tags within the page and then checks if each one is accessible or not.

Usage

To run the script, install the necessary dependencies:

pip install -r requirements.txt

The script can then be executed passing the page to be checked as a parameter, for example:

python3 check-links.py http://google.com

Prerequisites

Required Python 3+

About

Python script to check if links from a web page exists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages