Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.42 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.42 KB

Berlin Appointment Finder

Services

  1. Go to the services page

    Service list

     * 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

  2. Go to the pushover service page

    • Create an account (1 month free)
    • Create an Application/API Token
    • Download mobile app and login.
  3. Create an instance via Oracle always free

How can I use it?

* Update `TARGET_URL` with office URL in `.env`
* Update pushover API credentials in `.env`

Requirements & Setup:

$ 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

Crontab

* * * * * cd ~/projects/appointment-finder-berlin && /usr/local/bin/docker-compose up