/find-dead-links

This is a project I built as a freshmen to find deadlinks recursively by indexing a website.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

find-dead-links

WELCOME to the fun and easy documentation.

Prequisites

To run this you need the following: git python3 virtualenv

Installation

Clone this repository into any place your heart desires, then run the following. make install INSTALL_DIR=~/bin If you would like to specify a different install area please do so by chaning the everything after the INSTALL_DIR=

Usage

find-dead-links <DEPTH> <URL> keep in mind the url must specify a https:// or http:// infront for this script to function.