Skip to content

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

hackspace-marburg/minfo-hackathon-osm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks