CoWin-Update
Is the CoWin website updated for registration?
This is a very hacky PYTHON3 script to lookup the CoWin portal if they re-deployed their JS frontend to update validations (inspired from @umanghome) and sound an alarm when they do.
pip install -r requirements.txt
python can_i_register.py
I tested this on Windows Powershell. If you want to test the alarm somewhere else, you might want to do,
from playsound import playsound
playsound('alarm.wav')