linkcheck-pkg-MLJBrackett

A simple link checking program


License
MIT
Install
pip install linkcheck-pkg-MLJBrackett==1.1

Documentation

Link Check

Link Check is a Python program for finding good/dead links in any file type.

Link Check

Usage

Install the program requirements prior to use

pip install -r requirements.txt

For the program to run with a file you must either use the -f or -r flag

Use the -h/--help flags to see arguements

python link_check.py -h

Help

Check URLs without redirect support

python link_check.py -f links.txt

File

Check URLs with redirect support (Redirection causes the program to run slower)

python link_check.py -r links.txt

Redirect

Output only good URLS

python link_check.py -g -f links.txt

GoodURLS

Output only bad URLS

python link_check.py -b -f links.txt

BadURLS

JSON formatted output of URLS

python link_check.py -j -f links.txt

JSON

Check version of tool

python link_check.py -v

Version

You can use -j & -g/-b to get an JSON output of only good/bad URLS

python link_check.py -j -g -f links.txt

Contributing

Contributions are welcomed please check CONTRIBUTING.md, if you think you have a good idea or see an improvement that you can make, create an issue or submit a pull request.

License

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