Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 657 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 657 Bytes

Slot checker for WAANGOO :)

Pre-requisite softwares/utilities on machine

Configuration

  1. git clone [email protected]:AkshayLokur/slot-checker.git
  2. cd slot-checker
  3. virtualenv venv
  4. pip install -r requirements.txt
  5. crontab -e
  6. 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.