scripts to get an appointment at https://stuttgart.konsentas.de
Find a file
2025-08-07 10:32:57 +02:00
check.sh fix not correctly used variable 2025-08-07 10:32:57 +02:00
cron.sh initial commit 2025-08-03 23:36:23 +02:00
list_authority_ids.sh initial commit 2025-08-03 23:36:23 +02:00
list_process_ids.js remove debug comment 2025-08-04 09:00:57 +02:00
personal_data.txt initial commit 2025-08-03 23:36:23 +02:00
README.md add date as requirement 2025-08-04 08:44:01 +02:00

Scripts that can help you to get an appointment at https://stuttgart.konsentas.de

current limitation

The complete process was only tested with Ausländerbehörde and Einarbeitungs und Ausbildungsbürgerbüro.

requirements

how to use

After an appointment was made you will receive an email and should disable the cron job.

get authority id to use

./list_authority_ids.sh shows the needed ids for authority from https://stuttgart.konsentas.de.

get process id to use

node list_process_ids.js $authority_id shows the needed process ids for given authority id. Take care that this script lists all possible processes without checking if these are enabled or not.

adjust personal data

adjust personal data in personal_data.txt.

adjust cron script

adjust AUTHORITY_ID and PROCESS_ID in cron.sh.

add cron job

add a cron job cron.sh to be executed every minute:

* * * * * "/path/to/cron.sh"