Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 893 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 893 Bytes

USVisaSlotCheck

Automation in python using a telegram bot api to get notifications about USA F1 visa slot availability(India) in June and July of 2024, can be modified to suit your needs.

~ To get notifications join @junejulyvisaslot_bot to your telegram group.

conda install -n vfsEnv python=3.8

pip install -r requirenments.txt

Install chromium version 127 beta for driver support.

wget -c https://dl.google.com/linux/deb/pool/main/g/google-chrome-beta/google-chrome-beta_127.0.6533.4-1_amd64.deb

sudo apt install tesseract-ocr

To run script on local system, add CHAT_ID variable in bot.py. Get chat id from @getidsbot in telegram.

nohup bash automate.sh > automate.log &

For backup scripts to run make sure directories slots_df and screenshots exist in working directory before running, add paths wherever necessary.

~ fin by @archaemenes