Cowin API is not Realtime!
Hello. I had tried to make a similar Vaccine Notifier using the COWIN's public API. However, the API is not realtime anymore. According to the official website, they cache the data for 30 minutes. However, according to my experience and my testing, the data is being cached for more than 30 mins (often for more than 5-6 hours).
Hey, I also faced the same issue! Is there any way to avoid getting a 401 Unauth response? I am pretty sure this code also will receive 401 after a run of more than one day continues...
Hey, I also faced the same issue! Is there any way to avoid getting a 401 Unauth response? I am pretty sure this code also will receive 401 after a run of more than one day continues...
The only possible way to get around this is by making a web scraper. Currently I am working on it.
Yeah, Selenium will do it perfectly