-
Notifications
You must be signed in to change notification settings - Fork 0
apawloski/Daddy-Small-Legs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This was a quick project designed to find broken links and bad images on a given domain. INSTALLATION: $ pip install -r requirements.txt USAGE: $ python daddy.py $BASE_DOMAIN_URL OUTPUT: bad_links.log <- list of all bad links found during crawl bad_images.log <- list of all bad images found during crawl The first line of these output files is the number of bad links or images found. This is convenient for interacting with a Nagios plugin or similar monitoring utility -- they just have to check the first line of the bad_*.log file. Two bare-bone nagios plugins are included as examples.
About
A small and simple web crawler designed to log bad links and images on a given website.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published