Skip to content

Kriz01/validate-weblinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Validate Weblinks

It is a small python script that validates all the links present on a Website.

What it does

  • Checks if a URL is valid
  • Checks the status of the links and return the links which are no longer active

Prerequisites

  • Python3 has to be installed
  • Installation of below modules is required
    • python3 -m pip install --upgrade pip
    • python3 -m pip install -r requirements.txt

Installation

  • Clone the git repository

    git clone https://github.com/Kriz01/validate-weblinks.git
    cd validate-weblinks
  • Make changes to the config.py.

  • Run the below command on command line to start the script

    python link.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages