deadoralive
deadoralive copied to clipboard
A simple dead link checker service
We should not check URLs which are internal IP addresses or localhost, just return a failed link check with reason "This is an internal address". `py2-ipaddress` is a library that...
The link checker is waiting around a lot of the time: - Waiting to get resource IDs or URLs from CKAN - Waiting to see whether checking a link succeeds...
Randomized wait time before checking two links on the same domain.
Current plan is to us Flask and APScheduler. If it were an actual web app instead of just an API script the link checker could provide its own API for...