diegotf30 / visa

Automatic US Visa appointment scheduling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic US Visa appointment scheduling

This script uses Selenium to automatically schedule a US visa appointment

Requerimientos

  • Python 3.6+
  • Firefox & geckodriver.
    • Note: Make sure that your geckodriver is in your PATH

Configuration

  1. Install python library dependencies pip install -r requirements.txt (might be more than needed here, didn't use a venv)

  2. Add credentials to config.json:

    • sender_email & sender_email_password: Used to send a notification email when an appointment is scheduled

    Note: if you have 2-factor auth you will need to generate an app password

    • notification_email: Email that is being notified of scheduled appointment (generally the same as sender_email)

    • visa_email & visa_email_password: Credentails for the us visa site

About

Automatic US Visa appointment scheduling

License:Apache License 2.0


Languages

Language:Python 100.0%