Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gabrielfalcao/berlin-bike-watch
- Owner: gabrielfalcao
- Created: 2018-11-20T16:14:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T01:02:38.000Z (over 1 year ago)
- Last Synced: 2024-10-03T00:27:11.019Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 16.4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
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