Rolfff / Visametric-Termin-Bot

This Python Selenium script helps to find available dates for legalization of documents by the [German Embassy](https://teheran.diplo.de/) in Tehran.
3 stars 1 forks source link

Selenium Visametric Termin Bot

This Python Selenium script helps to find available dates for legalization of documents by the German Embassy in Tehran. The script only helps to enter your personal data. You need to solve the Google Recaptcha for each operation.

Ethics notes

Notes

Install

  1. First install Python3 on your system.
  2. Run Python3 in command prompt
  3. Installing Python3 packages: Copy and paste the following lines into the command prompt.
pip install -U selenium
pip install fake-useragent
pip install undetected-chromedriver
  1. Install Google Chrome on your system. Make sure that Chrome runs without problems on your system.

Optional for linux:

Usage

  1. Downloard this script.
  2. Rename the 'config_example.py' file to 'config.py'.
  3. Fill config_example.py with your data.
  4. Open the command prompt at the location from the downloaded files and run python3 ./termin-bot.py
  5. Answer the captcha and wait. Good luck!
  6. If you want to help improve the situation for others, share your log file (see "LOGFILE": "./Visametric.log" path at your config.py) with us. We will document it here.

Contribute

open an Issue fore questions or bugs. Or you can fix it yourself and create a change request.