broken-link-finder
A Python CLI to find broken links in files.
$ ./broken_link_finder.py --help
usage: broken_link_finder.py [-h] [--recursive] file | directory
Check for broken links in files.
positional arguments:
file | directory file or directory to check
optional arguments:
-h, --help show this help message and exit
--recursive, -r recursively check directory

Log in or sign up for Devpost to join the conversation.