Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.
/ Check_Links Public archive

A simple script that takes in an url and checks the URL links in <article> tags to see if they are valid

License

Notifications You must be signed in to change notification settings

KPCOFGS/Check_Links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Check_Links

A simple script that takes in an url and checks the URL links in <article> tags to see if they are valid

Download

You can download the script using git

git clone https://github.com/KPCOFGS/Check_Links.git
cd Check_Links

You can install the dependencies using pip:

pip install -r requirements.txt

Usage

To use the script, you need to specify the url of the website you want to check using the --url parameter. For example:

python script.py --url URL [--time-out OPTIONAL-INTEGER]

Note

  • This script only checks for https links and relative paths
  • This script may take a while when there are a lot of URLs to check
  • --time-out sets to 0 means no timeout
  • Due to the nature of the internet, the script may produce false positive results

License

This repository is licensed under the Unlicense

About

A simple script that takes in an url and checks the URL links in <article> tags to see if they are valid

Topics

Resources

License

Stars

Watchers

Forks

Languages