-
Go to the services page
* Apply for ID card * Register an apartment * Apply for a passport * Business registration
Pick one like Registration of an apartment
Pick office like District office Friedrichshain - Kreuzberg and copy the appointment URL
-
Go to the pushover service page
- Create an account (1 month free)
- Create an Application/API Token
- Download mobile app and login.
-
Create an instance via Oracle always free
* Update `TARGET_URL` with office URL in `.env`
* Update pushover API credentials in `.env`
$ mkdir -p ~/projects/ && cd ~/projects/
$ git clone https://github.com/volkan/appointment-finder-berlin.git
Cloning into 'appointment-finder-berlin'...
$ cd appointment-finder-berlin
$ cp .env.dist .env
$ vi .env # for change, credentials, and URL
$ docker-compose up
* * * * * cd ~/projects/appointment-finder-berlin && /usr/local/bin/docker-compose up