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

https://github.com/mindflayer/pyrgeramt

Easy way to find free slots and book a reservation in one of the Bürgeramt in Berlin
https://github.com/mindflayer/pyrgeramt

Last synced: about 1 year ago
JSON representation

Easy way to find free slots and book a reservation in one of the Bürgeramt in Berlin

Awesome Lists containing this project

README

          

Installation
-----------

```
git clone git@github.com:mindflayer/pyrgeramt.git
virtualenv -p python3 .env
source .env/bin/activate
pip install -r requirements.txt
```

Usage
-----
After the area selection, if there are free slots in it, it will point your favourite browser to one of the reservation page.
You'll probably need to solve a CAPTCHA, do it and tell the script you are ready to open all the pages it found for you.

```
python berlin.py --service anmeldung # or 'abmeldung', or what else?
```