django-url-health is a simple but powerful app to perform various actions on web pages.
It doesn't restrict only with URL checking because it supports custom BOTS
what might perform any checks and send
appropriate data back on server
Python 3+
Django 2+
Celery 3+
CasperJS
pip install git+https://github.com:denisviklov/django-url-health.git
Add 'url_health'
into your INSTALLED_APPS
section.
Declare app's links in your url's configuration
path(r'url_health/', include('url_health.urls')),
Don't forget to recollect your static files.
If you respect requirements it works just out of the box. But configuration is available through standard Django's setting file:
URL_HEALTH_RUNNER' = ['casperjs', BOT_PATH]
With this option you may point on your own bot implementation