https://github.com/changkun/muenchen-termin
Automated appointment booking service for muenchen.de
https://github.com/changkun/muenchen-termin
appointment muenchen munich
Last synced: 12 months ago
JSON representation
Automated appointment booking service for muenchen.de
- Host: GitHub
- URL: https://github.com/changkun/muenchen-termin
- Owner: changkun
- License: gpl-3.0
- Created: 2019-06-25T17:20:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T23:40:58.000Z (over 6 years ago)
- Last Synced: 2025-04-01T08:11:47.677Z (about 1 year ago)
- Topics: appointment, muenchen, munich
- Language: Python
- Homepage: https://github.com/changkun/muenchen-termin
- Size: 16.6 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# muenchen-termin
Automated appointment booking service for [muenchen.de](muenchen.de)
## Features
- Automatic search avaliable appointment slots
- Automatic book an appointment during desired dates, e.g. appy driving license
Want more feature? Submit an [issue](https://github.com/changkun/muenchen-termin/issues/new) :)
## Usage
Here is a slides for this service: [Google Slides](https://docs.google.com/presentation/d/1g1H4Pifkc4RnH3Ox-KDB_V0FJ63bCCyK9-LJR5PHxsc/edit?usp=sharing).
But, TL;DR:
- Step 0: install requirements
```bash
pip3 install -r req.txt
```
- Step 1: fill out all your configuration into `config.json`
- Step 2: run `termin.py` via Python 3!
```bash
python3 termin.py
```
## License
GNU GPLv3 © [Changkun Ou](https://changkun.de)