A tiny puppeteer script to check availability of visa in vfs global system. Tested for Polish visa application in Saint Petersburg, RU
Requires Node.js installed on your computer locally.
Please not that this script is not for booking an available slot in VFS, but for checking the status of existing one.
- Copy .env-dist to .env
cp .env-dist to .env
- Provide your case number and birthdate in .env file
APPLICATION_NUMBER=PLSP/xxxxxx/xxxx/xx
BIRTHDATE=xx/xx/xxxx
- Install dependencies and run the scipt
npm i
npm run
vfs-check is released under the MIT License. See the bundled LICENSE.md for details.