- python 3
- pip
- virtualenv
- Chrome browser
- Chrome browser driver
- Cron scheduler
git clone [email protected]:AkshayLokur/slot-checker.git
cd slot-checker
virtualenv venv
pip install -r requirements.txt
crontab -e
- Add following entry to crontab and save:
*/5 * * * * /Users/akshaylokur/Work/study/slot-checker/main.sh
You are all set! Utility should bip a sound when slots are available!
Enjoy :)
P.S.: This is tested on Mac. Windows may need few changes.