jeangnc / 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 it checks the nearest dates every few seconds. When it finds a closer date, it automatically book that time for you.

How to find the variables?

Installing

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

npm install

Usage

export EMAIL=''
export PASSWORD=''
export LOCALE=''
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%