hkotkanen / CKAN-dataset-checker

Simple utility for checking for broken links and expired datasets in a CKAN catalogue. Writes small summaries of the results and emails them to a CKAN admin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After cloning, make a virtual environment and install dependencies:

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
deactivate

Specify your metadata urls, email stuff and so on in default.conf.

After that you can just call ./run.sh.

About

Simple utility for checking for broken links and expired datasets in a CKAN catalogue. Writes small summaries of the results and emails them to a CKAN admin.


Languages

Language:Python 99.2%Language:Shell 0.8%