Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 900 Bytes

File metadata and controls

31 lines (22 loc) · 900 Bytes

Validate Weblinks

Python application

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/prankkelkar/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