This project is a bot for automating interactions with the VFS Global visa application website using Puppeteer.
- Clone the repository:
git clone https://github.com/yourusername/bot-vf.git
cd bot-vf
- Install dependencies:
npm install
To start the bot, run:
npm start
The configuration files are located in the src/config
directory:
data.ts
: Contains personal information and appointment details.enpoints.ts
: Contains the endpoints for different countries.
start
: Runs the bot usingts-node-dev
.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.