Skip to content

mikedidomizio/us-visa-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%