It is a small python script that validates all the links present on a Website.
- Checks if a URL is valid
- Checks the status of the links and return the links which are no longer active
- Python3 has to be installed
- Installation of below modules is required
- python3 -m pip install --upgrade pip
- python3 -m pip install -r requirements.txt
-
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