Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielfalcao/berlin-bike-watch

A simple scraper for bikes found by the Berlin Police
https://github.com/gabrielfalcao/berlin-bike-watch

Last synced: 35 minutes ago
JSON representation

A simple scraper for bikes found by the Berlin Police

Awesome Lists containing this project

README

        

Berlin Bike Watch
-----------------

Script that scrapes the Berlin Police website and generates a list of
the bikes found by brand.

Motivation
==========

My bike got stolen and I want to keep an eye on the police's findings,
who knows? Maybe I'll recover my bike.

Usage
=====

.. code:: bash

pipenv install --dev
pipenv shell

# then ...
berlin-bike-watch "https://www.berlin.de/polizei/service/vermissen-sie-ihr-fahrrad/herrenfahrraeder/" -o male-bikes.json
berlin-bike-watch "https://www.berlin.de/polizei/service/vermissen-sie-ihr-fahrrad/damenfahrraeder/" -o female-bikes.json
berlin-bike-watch "https://www.berlin.de/polizei/service/vermissen-sie-ihr-fahrrad/kinderfahrraeder/" -o children-bikes.json
berlin-bike-watch "https://www.berlin.de/polizei/service/vermissen-sie-ihr-fahrrad/sonstige-fahrraeder/" -o misc-bikes.json
berlin-bike-watch "https://www.berlin.de/polizei/service/vermissen-sie-ihr-fahrrad/fahrradteile/" -o mutilated-bikes.json