fabianofranz / us-visa-bot

US Visa Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

us-visa-bot

Bot to anticipate the interview date for a US visa.

How it works

The bot is quite simple. You provide some informations for the bot to sign in in your behalf on https://ais.usvisa-info.com/, and then he checks the nearest dates every few seconds, and when it finds a closer date, it automatically book that time for you.

Installing

You'll need node 16+ to run the bot. Also, you'll have to install some dependencies:

npm install

Usage

export USERNAME=''
export PASSWORD = ''
export SCHEDULE_ID = ''
export FACILITY_ID = ''

./index.js <your current interview date, ex: 2023-01-01>

About

US Visa Bot

License:MIT License


Languages

Language:JavaScript 100.0%