Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.2 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.2 KB

klopf

*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.

Queries

It queries shops based on Open Street Map API and verifies them with the following resources:

Installing

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

Running with Nix is as easy as:

python -m osmcheck.web_ui
python -m osmcheck.check_mr

Mirror

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/'