DeadOrNot

A command-line tool for reporting on the status of links in a file


License
MIT
Install
pip install DeadOrNot==1.0.0

Documentation

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

DeadOrNot

Usage

Use the -h option to see information and other options

python deadOrNot.py -h

DeadOrNot Check and output URL status

python deadOrNot.py *fileName*

DeadOrNot Use the -g/-good option to check and output live URL statuses

python deadOrNot.py  *fileName* -g

DeadOrNot Use the -d/-dead option to check and output dead or unknown URL statuses

python deadOrNot.py  *fileName* -d

DeadOrNot Use the -in option to check URL statuses and output overall status information for all links in file

python deadOrNot.py *fileName* -in

DeadOrNot 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.