A Selenium bot for obtaining an appointment at the Landesamt für Einwanderung aka Ausänderbehörde in Berlin.
A fork from https://github.com/capital-G/berlin-auslanderbehorde-termin-bot.
git clone https://github.com/redstarmy/LEA_bot.git
- Setup a virtualenv via
virtualenv venv
and activate it - Install dependencies via
pip install -r requirements.txt
- Configure
berlin_bot.py
according to your needs (see below) - Start the bot via
python3 berlin_bot.py
Enter all necessary information as variables called during initialization.
AGPL-3.0