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
- Host: GitHub
- URL: https://github.com/mindflayer/pyrgeramt
- Owner: mindflayer
- License: mit
- Created: 2016-10-08T22:33:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T08:58:42.000Z (over 9 years ago)
- Last Synced: 2025-04-07T10:03:07.022Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?
```