DeadOrNot is a Python program that parses a file for URLs and returns information about the HTTP status of those links to the command line
To install DeadOrNot locally follow the steps below
-
Install Python 3.6+
-
Use pip to install the deadOrNot.
pip install deadOrNot
Use the -h option to see information and other options
deadOrNot -h
deadOrNot *fileName*
Use the -g/-good option to check and output live URL statuses
deadOrNot *fileName* -g
Use the -d/-dead option to check and output dead or unknown URL statuses
deadOrNot *fileName* -d
Use the -in option to check URL statuses and output overall status information for all links in file
deadOrNot *fileName* -in
Use the -i option to compare links with links provided in a separate text file If the links partially match, the corresponding link will be excluded from being checked
deadOrNot *fileName* -i *ignoreFileName*
Distributed under the MIT License. See LICENSE for more information.