Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 449 Bytes

C-Bot

A python bot to notify through SMS when vaccination slots are available for age group 18+ in user's area

Setup requirements

  • Python 3
  • ChromeDriver compatible with your Chrome version
  • Twilio account for Whatsapp sms service

Steps

  • pip install -r requirements.txt
  • Update PATH of ChromeDriver with your PATH
  • Change account_sid and auth_token with your credentials
  • Change phno with your twilio phone number
  • Run main.py