DeadOrNot
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
Usage
Use the -h option to see information and other options
python deadOrNot.py -h
python deadOrNot.py *fileName*
Use the -g/-good option to check and output live URL statuses
python deadOrNot.py *fileName* -g
Use the -d/-dead option to check and output dead or unknown URL statuses
python deadOrNot.py *fileName* -d
Use the -in option to check URL statuses and output overall status information for all links in file
python deadOrNot.py *fileName* -in
Use the -i option to compare links with a single link provided in a separate text file
If the links partially match, the corresponding link will be excluded from being checked
python deadOrNot.py
License
Distributed under the MIT License. See LICENSE for more information.