A simple link checking program
Project description
Link Check
Link Check is a Python program for finding good/dead links in any file type.
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
Check URLs without redirect support
python link_check.py -f links.txt
Check URLs with redirect support (Redirection causes the program to run slower)
python link_check.py -r links.txt
Output only good URLS
python link_check.py -g -f links.txt
Output only bad URLS
python link_check.py -b -f links.txt
JSON formatted output of URLS
python link_check.py -j -f links.txt
Check version of tool
python link_check.py -v
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file linkcheck-pkg-MLJBrackett-1.1.tar.gz
.
File metadata
- Download URL: linkcheck-pkg-MLJBrackett-1.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 664cb6bac17db27d73511d24936034577359974f2b63134a9b1da78a8052688f |
|
MD5 | e1d373b37f2862fa4923c66b56b97fd0 |
|
BLAKE2b-256 | 77c9e7a0965f44c0a59e76f73f99ad3299a063f23b38a1a159a59ce2bd648cc5 |
File details
Details for the file linkcheck_pkg_MLJBrackett-1.1-py3-none-any.whl
.
File metadata
- Download URL: linkcheck_pkg_MLJBrackett-1.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca756421830a6d5bec77afe53abe7cc3d43673bd8ade0989507c615c863ae4bb |
|
MD5 | 6844c84272c7247f9f32dfbebf3cc0df |
|
BLAKE2b-256 | 6102b918d38f8f8b9eb1cda9b920982b9aeffa0611abe78a8b6417f6902d3dc1 |