visa-bot is my personal automation tool designed to assist with visa application processes. It can automate form submissions, check appointment availability, and send notifications.
There are many approaches to visa bots on GitHub, but this repository contains my own implementation. Changes can always be made to the visa site. Therefore the script may not work properly. Please use it carefully.
- Automates visa application form filling
- Checks for available appointment slots
- Sends notifications via email or messaging platforms
- Python 3.8+
- See
requirements.txt
for Python dependencies
-
Clone the repository:
git clone https://github.com/poxju/visa-bot.git cd visa-bot
-
Install Python dependencies:
pip install -r requirements.txt
-
Configure environment variables or edit the configuration files as needed (e.g.,
src/config.ini
).
Run the main bot:
python src/main.py
If you want to use with a GUI:
python src/gui.py