CoWin-Vaccine-Notifier icon indicating copy to clipboard operation
CoWin-Vaccine-Notifier copied to clipboard

Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.

Results 21 CoWin-Vaccine-Notifier issues
Sort by recently updated
recently updated
newest added

- Added ability to select dose (1 or 2) and search accordingly - Displayed 'Age' and 'Dose' in results - Fixed counter variable in such a way that it will...

https://github.com/ayushi7rawat/CoWin-Vaccine-Notifier/blob/db2bfc19f1d69df908cc4ecf0fe1bc1a77877810/script.py#L13 Instead of hardcoding parameters, the script should take parameters on command line. User may not want to edit code Everytime for changing parameters according to them.

### fixed the bug which was always printing no vaccination slot available. **please confirm it.** yours obediently Ronak Verma b. tech AI

NO NEED TO CHANGE THE CODE EVERY-TIME. ### **User can enter multiple pin codes by using single space.** eg : (004001 005001 006001). *solution to an open issue:- Instead of...

Getting error pygame.error: Couldn't open 'sound/dingdong.wav'

Please have a look at : https://github.com/sktg84/CoWin-Vaccine-Notifier Optimized the sleep as it hogs CPU by checking every second , added district and state based check

Have added dose count criteria in search while taking inputs from user after getting user confirmation

getting 'InsecureRequestWarning: Unverified HTTPS request is being made to host' exception while requesting below URL URL = "https://cdn-api.co-vin.in/api/v2/appointment/sessions/public/calendarByPin?pincode={}&date={}".format(pincode, given_date) header = {'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like...