dqgdqg / usvisa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Extremely Simple Python Script for Making US Visa Interview Appointment in Canada

Setup

Make sure you have booked an appointment on https://ais.usvisa-info.com/en-ca/.

Have Python3 installed and PIP install Selenium and Web Driver Manager:

$ pip3 install selenium
$ pip3 install webdriver_manager

Modify the following code in the script with instructions in the script:

USER_EMAIL = "name@gmail.com"
USER_PASSWORD = "yourpassword"
MAX_WAIT_MONTH = 6

Run the script:

$ python3 findslot.py

About


Languages

Language:Python 100.0%