pallupz / covid-vaccine-booking

This tool can be used to automate booking slots on Co-WIN Platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slots not booking

subashjain opened this issue · comments

im trying to book 3 slots from almost a day for my family, but im unable to book. I think the slots are not automatically booking,because todat at 5oclock in bengaluru manipal hospitals had opened their slots but the code dint book at all. I noticed that slots were open because i had cowin running in my background.

what was ur refresh rate? and and what did you choose the auto booking option or manual booking option..

my refresh rate is either 10 or 15 seconds. And i chose auto booking option

what was ur refresh rate? and and what did you choose the auto booking option or manual booking option..

my refresh rate is either 10 or 15 seconds. And i chose auto booking option

keep 5 seconds.. and for the auto booking option what did you have to type yes-please not just yes..

@subashjain manipal does covaxin usually, so if you selected covishield as your preferred vaccine, it wouldn't have picked it up.

im trying to book 3 slots from almost a day for my family, but im unable to book. I think the slots are not automatically booking,because todat at 5oclock in bengaluru manipal hospitals had opened their slots but the code dint book at all. I noticed that slots were open because i had cowin running in my background.

it's really strange. slots get booked within a couple of seconds i think. i too missed a slot

@vamsee i gave my preferred vaccine as 0( zero is for both covishield and covaxin). i dont mind booking any vaccine sir, but the slots had opened in cowin portal and dint show up here.

@aswinjayan94 i really dont know, but i have been trying since a day and its not helpingg me. @pallupz can you pls help ?

what was ur refresh rate? and and what did you choose the auto booking option or manual booking option..

keep 5 seconds.. and for the auto booking option what did you have to type yes-please not just yes..

oh i never entered yes-please i will try it now

@subashjain manipal does covaxin usually, so if you selected covishield as your preferred vaccine, it wouldn't have picked it up.

where can i find the preferred vaccine option?

what was ur refresh rate? and and what did you choose the auto booking option or manual booking option..

keep 5 seconds.. and for the auto booking option what did you have to type yes-please not just yes..

oh i never entered yes-please i will try it now

i missed a slot despite "yes-please" :/

@subashjain manipal does covaxin usually, so if you selected covishield as your preferred vaccine, it wouldn't have picked it up.

where can i find the preferred vaccine option?

after selecting beneficiary

@subashjain manipal does covaxin usually, so if you selected covishield as your preferred vaccine, it wouldn't have picked it up.

where can i find the preferred vaccine option?

after selecting beneficiary

damn, i don't seem to get the option no matter what

I had chosen everything correctly and missed the slots including today evening's Manipal one. I think the refresh rate has to be like 1 second. There are scripts running with a refresh rate of 0.9 seconds. The protected API's of cowin are available only to companies, right? How did you manage to go around that?

I am not able to see the option to select preferred vaccine (Covaxin/Covishield) after the select beneficiary option...Am I missing something or is it even possible to select preferred vaccine ?

Also, not sure why my preferred vaccine is Covishield and now I am looking at Manipal which provides Covax...Hopefully it does not matter to the python code, but I'll let you all know the outcome once slots open..(hopefully by evening :| )

image

@samnahdi - I am not sure how a vaccine got allotted to you when your status is Not Vaccinated. If there's a vaccine mentioned in the beneficiary, code will show only those. You can fork this and remove that filtering in the functions starting with check_calendar I dont know what the ramifications will be for that though. So I wont be changing it in the main version.

@sreeramvengayil - I'm using the same link as the official portal. Rate limiting is still applicable I think.

@pallupz Are you noticing any delays with the API's? There was a news that the API's are cached and will be delayed by 30 minutes.

https://www.medianama.com/2021/05/223-cowin-apis-data-delay/

Slots are not booking. Almost 10 of my friends have been trying since morning. No success with the code.
But yesterday, 8 of us were able to book with the code.

Slots are not booking. Almost 10 of my friends have been trying since morning. No success with the code.
But yesterday, 8 of us were able to book with the code.

Seems like a lot of people have woken up to the possibility of booking slots automatically. I don't think the code can fix that issue effectively

Have the APIs become protected? Apparently we need to contact GOI to get access to ​/v2​/appointment​/schedule
Ref: https://apisetu.gov.in/public/marketplace/api/cowin/cowin-protected-v2

Hello....Slots opened up at Manipal Bangalore, however the script went past it and didn't book anything...I had selected 'yes-please'

image

Vaccination preference ? Manipal was covaxin

How do I select preference...am I supposed to get an option after selecting beneficiary ?...It probably is embedded in a if statement ?

Would you mind sharing the optimizations you made in your repo?