Skip to main content

A simple link checking program

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linkcheck-pkg-MLJBrackett-1.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

linkcheck_pkg_MLJBrackett-1.1-py3-none-any.whl (8.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page