This application uses Selenium library to automate the process of getting an appointment in Berlin Ausländerbehörde. Instead of notifying the person like other solutions, this application automatically books for you the requested Termin. For more info please visit github pages
- In order to run selenium server you will need to install docker first. See Get Docker for more info. After installing the docker run the selenium server as below
docker run \
-d \
--name selenium \
-p 4444:4444 -p 7900:7900\
--shm-size="2g" \
-e SE_NODE_MAX_SESSIONS=5 \
-e SE_NODE_OVERRIDE_MAX_SESSIONS=true \
-e SE_NODE_SESSION_TIMEOUT=120 \
-t selenium/standalone-chrome:latest
For MacOS with M1 chip
docker run \
-d \
--name selenium \
-p 4444:4444 -p 7900:7900\
--shm-size="2g" \
-e SE_NODE_MAX_SESSIONS=5 \
-e SE_NODE_OVERRIDE_MAX_SESSIONS=true \
-e SE_NODE_SESSION_TIMEOUT=120 \
-t seleniarm/standalone-chromium:latest
- Make sure that JDK version in your machine is above > 11
- Check the java version
java --version
. - If it is below 11, install a newer version of java. After installation check again the version by
java --version
- Check the java version
-
Fill the personInfoDTO.Json file with your personal information
- Write the Country value in English as displayed on the browser
-
Fill the visaFormTO.Json with your visa request.
- You can also copy-paste from a template that matches your request.
-
Run the application in terminal by
./gradlew run
.- You will get the email from LEA once the bot booked the termin.
- REMEMBER: Due to very limited number of available spots, you might need to run the script for a week !
-
To see what is happening inside the container, head to http://localhost:7900/?autoconnect=1&resize=scale&password=secret.