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

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

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)