Skip to content

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

License

Notifications You must be signed in to change notification settings

AbdulMAbdi/deadOrNot

Repository files navigation

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

Installation

To install DeadOrNot locally follow the steps below

  1. Install Python 3.6+

  2. Use pip to install the deadOrNot.

pip install deadOrNot

Usage

Use the -h option to see information and other options

deadOrNot -h

DeadOrNot Check and output URL status

deadOrNot *fileName*

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

deadOrNot  *fileName* -g

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

deadOrNot *fileName* -d

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

deadOrNot *fileName* -in

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

License

Distributed under the MIT License. See LICENSE for more information.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published