*klopf*
is a light-weight automated query software for requesting the statuses of commerce shops in Marburg, Germany.
This was written for the MInfo Hackathon.
It queries shops based on Open Street Map API and verifies them with the following resources:
- Timestamps used in OSM
- Websites linked in OSM
- OSM tags indicating a closed store
- Gelbe Seiten
- HERE Places API
- Jodel API
- Lieferando
You either install the dependencies in requirements.txt
and skip directly to Running … or use Nix:
$ nix-shell -p chromedriver chromium
$ nix-build machnix.nix
Running with Nix is as easy as:
python -m osmcheck.web_ui
python -m osmcheck.check_mr
To create a read-only mirror, use wget
.
There is also a mirror available online.
wget \
--mirror \
--convert-links \
--page-requisites \
--adjust-extension \
--exclude-directories='jodel/*' \
'http://[::1]:8161/'