Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

aigrvch/USA-VISA-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usa VISA appointment bot for AIS region

!!Use this bot on your own risk!!

Using

  • Download
  • Run exe file and follow instruction

Run as python script

Requirements

  • python >= 3.10 (Wasn't tested on python < 3.10)

Run

pip install -r requirements.txt
python main.py

Build exe

pip install pyinstaller
pyinstaller -F main.py