bombardier-gif / covid-vaccine-booking

This very basic script can be used to automate COVID-19 vaccination slot booking on India's Co-WIN Platform.
375 stars 216 forks source link

Script goes in infinite loop until Rate-Limited by Cowin API #407

Closed nitinmukesh closed 3 years ago

nitinmukesh commented 3 years ago

So I managed to setup the script with manual captcha. The script found the available center but goes in infinite loop if unable to book the slot [ Looks like a lot are using the script, missed the opportunity :( ]

===================================================================================
Centers available in 411013 from 31-05-2021 as of 2021-05-30 18:14:11: 0
Centers available in 411030 from 31-05-2021 as of 2021-05-30 18:14:11: 0
===================================================================================
Centers available in 411013 from 31-05-2021 as of 2021-05-30 18:14:21: 1
Centers available in 411030 from 31-05-2021 as of 2021-05-30 18:14:21: 0
+-------+-------------------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
|   idx | name                    | district   |   pincode | vaccine   | fee_type   |   available | date       | slots                                                                        |
+=======+=========================+============+===========+===========+============+=============+============+==============================================================================+
|     1 | NOBLE HOSPITAL HADAPSAR | Pune       |    411013 | COVAXIN   | Paid       |          37 | 31-05-2021 | ['10:00AM-12:00PM', '12:00PM-02:00PM', '02:00PM-04:00PM', '04:00PM-06:00PM'] |
+-------+-------------------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
============> Trying Choice # 0 Center # 610564, Slot #02:00PM-04:00PM
Booking with info: {'beneficiaries': ['xxxxxxxxxx'], 'dose': 1, 'center_id': 610564, 'session_id': 'xxxxxxxxxxxxxxxx', 'slot': '02:00PM-04:00PM'}
================================= GETTING CAPTCHA ===================================
Captcha Response Code: 200
================================= ATTEMPTING BOOKING ================================
Booking Response Code: 409
Booking Response : {"errorCode":"APPOIN0040","error":"This vaccination center is completely booked for the selected date. Please try another date or vaccination center."}
Response: 409 : {"errorCode":"APPOIN0040","error":"This vaccination center is completely booked for the selected date. Please try another date or vaccination center."}
Center is fully booked..Trying another...
===================================================================================
Centers available in 411013 from 31-05-2021 as of 2021-05-30 18:14:23: 1
Centers available in 411030 from 31-05-2021 as of 2021-05-30 18:14:23: 0
+-------+-------------------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
|   idx | name                    | district   |   pincode | vaccine   | fee_type   |   available | date       | slots                                                                        |
+=======+=========================+============+===========+===========+============+=============+============+==============================================================================+
|     1 | NOBLE HOSPITAL HADAPSAR | Pune       |    411013 | COVAXIN   | Paid       |          37 | 31-05-2021 | ['10:00AM-12:00PM', '12:00PM-02:00PM', '02:00PM-04:00PM', '04:00PM-06:00PM'] |
+-------+-------------------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
============> Trying Choice # 0 Center # 610564, Slot #04:00PM-06:00PM
Booking with info: {'beneficiaries': ['xxxxxxxxxx'], 'dose': 1, 'center_id': 610564, 'session_id': 'xxxxxxxxxx', 'slot': '04:00PM-06:00PM'}
================================= GETTING CAPTCHA ==================================
Captcha Response Code: 200
================================= ATTEMPTING BOOKING ===============================
Booking Response Code: 409
Booking Response : {"errorCode":"APPOIN0040","error":"This vaccination center is completely booked for the selected date. Please try another date or vaccination center."}
Response: 409 : {"errorCode":"APPOIN0040","error":"This vaccination center is completely booked for the selected date. Please try another date or vaccination center."}
Center is fully booked..Trying another...

......... LOOP .......... LOOP .......... LOOP

===================================================================================
Centers available in 411013 from 31-05-2021 as of 2021-05-30 18:15:07: 1
Rate-limited by CoWIN. Waiting for 5 seconds.
(You can reduce your refresh frequency. Please note that other devices/browsers using CoWIN/Umang/Arogya Setu also contribute to same limit.)
===================================================================================
Rate-limited by CoWIN. Waiting for 5 seconds.
(You can reduce your refresh frequency. Please note that other devices/browsers using CoWIN/Umang/Arogya Setu also contribute to same limit.)
salian commented 3 years ago

It's because of a delay in the CoWin api endpoint that shows availablity.

The public endpoint has an official delay, but even the authenticated endpoint gets updated a few seconds later than actual, and still shows slots available even though the slots are all booked out.

If you use the web UI you would still be seeing the same issue. Challenge is that there is no way to know if it's genuine availability or delayed update on the endpoint.

It's possible to blacklist that center for a while if a 409 was returned, but there's the risk that a slot just opens up again and is missed

ghost commented 3 years ago

So I managed to setup the script with manual captcha. The script found the available center but goes in infinite loop if unable to book the slot [ Looks like a lot are using the script, missed the opportunity :( ]

===================================================================================
Centers available in 411013 from 31-05-2021 as of 2021-05-30 18:14:11: 0
Centers available in 411030 from 31-05-2021 as of 2021-05-30 18:14:11: 0
===================================================================================
Centers available in 411013 from 31-05-2021 as of 2021-05-30 18:14:21: 1
Centers available in 411030 from 31-05-2021 as of 2021-05-30 18:14:21: 0
+-------+-------------------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
|   idx | name                    | district   |   pincode | vaccine   | fee_type   |   available | date       | slots                                                                        |
+=======+=========================+============+===========+===========+============+=============+============+==============================================================================+
|     1 | NOBLE HOSPITAL HADAPSAR | Pune       |    411013 | COVAXIN   | Paid       |          37 | 31-05-2021 | ['10:00AM-12:00PM', '12:00PM-02:00PM', '02:00PM-04:00PM', '04:00PM-06:00PM'] |
+-------+-------------------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
============> Trying Choice # 0 Center # 610564, Slot #02:00PM-04:00PM
Booking with info: {'beneficiaries': ['xxxxxxxxxx'], 'dose': 1, 'center_id': 610564, 'session_id': 'xxxxxxxxxxxxxxxx', 'slot': '02:00PM-04:00PM'}
================================= GETTING CAPTCHA ===================================
Captcha Response Code: 200
================================= ATTEMPTING BOOKING ================================
Booking Response Code: 409
Booking Response : {"errorCode":"APPOIN0040","error":"This vaccination center is completely booked for the selected date. Please try another date or vaccination center."}
Response: 409 : {"errorCode":"APPOIN0040","error":"This vaccination center is completely booked for the selected date. Please try another date or vaccination center."}
Center is fully booked..Trying another...
===================================================================================
Centers available in 411013 from 31-05-2021 as of 2021-05-30 18:14:23: 1
Centers available in 411030 from 31-05-2021 as of 2021-05-30 18:14:23: 0
+-------+-------------------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
|   idx | name                    | district   |   pincode | vaccine   | fee_type   |   available | date       | slots                                                                        |
+=======+=========================+============+===========+===========+============+=============+============+==============================================================================+
|     1 | NOBLE HOSPITAL HADAPSAR | Pune       |    411013 | COVAXIN   | Paid       |          37 | 31-05-2021 | ['10:00AM-12:00PM', '12:00PM-02:00PM', '02:00PM-04:00PM', '04:00PM-06:00PM'] |
+-------+-------------------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
============> Trying Choice # 0 Center # 610564, Slot #04:00PM-06:00PM
Booking with info: {'beneficiaries': ['xxxxxxxxxx'], 'dose': 1, 'center_id': 610564, 'session_id': 'xxxxxxxxxx', 'slot': '04:00PM-06:00PM'}
================================= GETTING CAPTCHA ==================================
Captcha Response Code: 200
================================= ATTEMPTING BOOKING ===============================
Booking Response Code: 409
Booking Response : {"errorCode":"APPOIN0040","error":"This vaccination center is completely booked for the selected date. Please try another date or vaccination center."}
Response: 409 : {"errorCode":"APPOIN0040","error":"This vaccination center is completely booked for the selected date. Please try another date or vaccination center."}
Center is fully booked..Trying another...

......... LOOP .......... LOOP .......... LOOP

===================================================================================
Centers available in 411013 from 31-05-2021 as of 2021-05-30 18:15:07: 1
Rate-limited by CoWIN. Waiting for 5 seconds.
(You can reduce your refresh frequency. Please note that other devices/browsers using CoWIN/Umang/Arogya Setu also contribute to same limit.)
===================================================================================
Rate-limited by CoWIN. Waiting for 5 seconds.
(You can reduce your refresh frequency. Please note that other devices/browsers using CoWIN/Umang/Arogya Setu also contribute to same limit.)

Here u have 2 issues .

  1. u have to use option 3 . i.e 1st select state then District & then pincodes .
  2. u can learn from the given link https://github.com/bombardier-gif/covid-vaccine-booking/issues/397#issuecomment-851018802 that u have captcha capturing issue. I have already explained the troubleshooting do this & revert.
rishirawal commented 3 years ago

Will this script not work with Option 2 i.e. districts?

ghost commented 3 years ago

Will this script not work with Option 2 i.e. districts?

it will work with option 2.

nitinmukesh commented 3 years ago

@nolimits0007

Thank you for sharing the details. I have performed #2 as mentioned by you and got the result https://user-images.githubusercontent.com/84738436/120110412-f54c5480-c18a-11eb-865e-c3f08786454c.png

I am using only 1 Pin Code still do I need to select 3. Here is my JSON file vaccine-booking-details-97xxxxxxxx.json.txt

ghost commented 3 years ago

@nolimits0007

Thank you for sharing the details. I have performed #2 as mentioned by you and got the result https://user-images.githubusercontent.com/84738436/120110412-f54c5480-c18a-11eb-865e-c3f08786454c.png

I am using only 1 Pin Code still do I need to select 3. Here is my JSON file vaccine-booking-details-97xxxxxxxx.json.txt

Plz attach pic properly.

if u r using 1 pin code even then use option 3.

nitinmukesh commented 3 years ago

Thank you, made the changes. Let's hope I get the booking today.

nitinmukesh commented 3 years ago

@nolimits0007

Here is new problem. As soon as the center is opened I start to get Rate-Limit error


=================================== Note ===================================

Info from perhaps a previous run already exists in vaccine-booking-details-97xxxxxxxx.json in this directory.
IMPORTANT: If this is your first time running this version of the application, DO NOT USE THE FILE!
Would you like to see the details and confirm to proceed? (y/n Default y): y

================================= Info =================================

        auto_book       : yes-please
        beneficiary_dtls:
+-------+-------+----------------+--------------+--------------+----------------+-----------+
|   idx |   age |        bref_id | dose1_date   | name         | status         | vaccine   |
+=======+=======+================+==============+==============+================+===========+
|     1 |    42 | 55xxxxxxxxx |              | Nits | Not Vaccinated |           |
+-------+-------+----------------+--------------+--------------+----------------+-----------+
        captcha_automation      : y
        fee_type        : ['Free', 'Paid']
        location_dtls:
+-------+--------------+---------------+-----------------+
|   idx |   alert_freq |   district_id | district_name   |
+=======+==============+===============+=================+
|     1 |         5720 |           363 | Pune            |
+-------+--------------+---------------+-----------------+
        minimum_slots   : 1
        pin_code_location_dtls:
+-------+--------------+-----------+
|   idx |   alert_freq |   pincode |
+=======+==============+===========+
|     1 |          440 |    411013 |
+-------+--------------+-----------+
        refresh_freq    : 6
        search_option   : 3
        start_date      : 2
        vaccine_type    : COVAXIN

Proceed with above info? (y/n Default y):
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:03: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:09: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:15: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:21: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:27: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:34: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:40: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:46: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:52: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:58: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:04: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:11: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:17: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:23: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:29: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:35: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:42: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:48: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:54: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:00: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:06: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:12: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:19: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:25: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:31: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:37: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:43: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:50: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:56: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:02: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:08: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:14: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:20: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:27: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:33: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:39: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:45: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:51: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:58: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:04: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:10: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:16: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:22: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:28: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:35: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:41: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:47: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:53: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:59: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:06: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:12: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:18: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:24: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:31: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:37: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:43: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:49: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:55: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:01: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:08: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:14: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:20: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:26: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:32: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:39: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:45: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:51: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:57: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:03: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:10: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:16: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:22: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:28: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:34: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:40: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:47: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:53: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:59: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:23:05: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:23:11: 1
===================================================================================
Rate-limited by CoWIN. Waiting for 5 seconds.
(You can reduce your refresh frequency. Please note that other devices/browsers using CoWIN/Umang/Arogya Setu also contribute to same limit.)
===================================================================================
Rate-limited by CoWIN. Waiting for 5 seconds.
(You can reduce your refresh frequency. Please note that other devices/browsers using CoWIN/Umang/Arogya Setu also contribute to same limit.)
===================================================================================
Rate-limited by CoWIN. Waiting for 5 seconds.
(You can reduce your refresh frequency. Please note that other devices/browsers using CoWIN/Umang/Arogya Setu also contribute to same limit.)
ghost commented 3 years ago

@nolimits0007

Here is new problem. As soon as the center is opened I start to get Rate-Limit error


=================================== Note ===================================

Info from perhaps a previous run already exists in vaccine-booking-details-97xxxxxxxx.json in this directory.
IMPORTANT: If this is your first time running this version of the application, DO NOT USE THE FILE!
Would you like to see the details and confirm to proceed? (y/n Default y): y

================================= Info =================================

        auto_book       : yes-please
        beneficiary_dtls:
+-------+-------+----------------+--------------+--------------+----------------+-----------+
|   idx |   age |        bref_id | dose1_date   | name         | status         | vaccine   |
+=======+=======+================+==============+==============+================+===========+
|     1 |    42 | 55xxxxxxxxx |              | Nits | Not Vaccinated |           |
+-------+-------+----------------+--------------+--------------+----------------+-----------+
        captcha_automation      : y
        fee_type        : ['Free', 'Paid']
        location_dtls:
+-------+--------------+---------------+-----------------+
|   idx |   alert_freq |   district_id | district_name   |
+=======+==============+===============+=================+
|     1 |         5720 |           363 | Pune            |
+-------+--------------+---------------+-----------------+
        minimum_slots   : 1
        pin_code_location_dtls:
+-------+--------------+-----------+
|   idx |   alert_freq |   pincode |
+=======+==============+===========+
|     1 |          440 |    411013 |
+-------+--------------+-----------+
        refresh_freq    : 6
        search_option   : 3
        start_date      : 2
        vaccine_type    : COVAXIN

Proceed with above info? (y/n Default y):
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:03: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:09: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:15: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:21: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:27: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:34: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:40: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:46: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:52: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:15:58: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:04: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:11: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:17: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:23: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:29: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:35: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:42: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:48: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:16:54: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:00: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:06: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:12: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:19: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:25: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:31: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:37: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:43: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:50: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:17:56: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:02: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:08: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:14: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:20: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:27: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:33: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:39: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:45: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:51: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:18:58: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:04: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:10: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:16: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:22: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:28: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:35: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:41: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:47: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:53: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:19:59: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:06: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:12: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:18: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:24: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:31: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:37: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:43: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:49: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:20:55: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:01: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:08: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:14: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:20: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:26: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:32: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:39: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:45: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:51: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:21:57: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:03: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:10: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:16: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:22: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:28: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:34: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:40: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:47: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:53: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:22:59: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:23:05: 1
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-05-31 18:23:11: 1
===================================================================================
Rate-limited by CoWIN. Waiting for 5 seconds.
(You can reduce your refresh frequency. Please note that other devices/browsers using CoWIN/Umang/Arogya Setu also contribute to same limit.)
===================================================================================
Rate-limited by CoWIN. Waiting for 5 seconds.
(You can reduce your refresh frequency. Please note that other devices/browsers using CoWIN/Umang/Arogya Setu also contribute to same limit.)
===================================================================================
Rate-limited by CoWIN. Waiting for 5 seconds.
(You can reduce your refresh frequency. Please note that other devices/browsers using CoWIN/Umang/Arogya Setu also contribute to same limit.)

Keep option 3 . That is k.

Change ur frequency from 6 to 7 or 8 or 9.

Select ur start date to 1.

Don't login to ur cowin A/C while running this script . Because it will decrease ur frequency . Don't use ur A/C through Browser or CowinApp or Umang or Arogya Setu because they will use same ip address . There will be lot of searches from same ip address.

Try this. why ur r using only 1 pin code .

nitinmukesh commented 3 years ago

@nolimits0007

I did not logged anywhere else but script only. I have made the changes as suggested. fingers crossed

I am not trying for 1 pincode now but all centers.

nitinmukesh commented 3 years ago
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-06-01 17:34:34: 5
+-------+--------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
|   idx | name         | district   |   pincode | vaccine   | fee_type   |   available | date       | slots                                                                        |
+=======+==============+============+===========+===========+============+=============+============+==============================================================================+
|     1 | APOLO CLINIC | Pune       |    411044 | COVAXIN   | Paid       |         106 | 02-06-2021 | ['10:30AM-11:30AM', '11:30AM-12:30PM', '12:30PM-01:30PM', '01:30PM-03:30PM'] |
+-------+--------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
============> Trying Choice # 0 Center # 701387, Slot #12:30PM-01:30PM
Booking with info: {'beneficiaries': ['xxxxxx'], 'dose': 1, 'center_id': 701387, 'session_id': 'xxxxxxxxxx', 'slot': '12:30PM-01:30PM'}
================================= GETTING CAPTCHA ===================================
Captcha Response Code: 200
================================= ATTEMPTING BOOKING ================================
Booking Response Code: 200
Booking Response : {"appointment_confirmation_no":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}
##############    BOOKED!  ############################    BOOKED!  ##############
                        Hey, Hey, Hey! It's your lucky day!

Press any key thrice to exit program.

@nolimits0007 Appreciate your help m8. Thank you.

ghost commented 3 years ago
===================================================================================
Centers available in Pune from 01-06-2021 as of 2021-06-01 17:34:34: 5
+-------+--------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
|   idx | name         | district   |   pincode | vaccine   | fee_type   |   available | date       | slots                                                                        |
+=======+==============+============+===========+===========+============+=============+============+==============================================================================+
|     1 | APOLO CLINIC | Pune       |    411044 | COVAXIN   | Paid       |         106 | 02-06-2021 | ['10:30AM-11:30AM', '11:30AM-12:30PM', '12:30PM-01:30PM', '01:30PM-03:30PM'] |
+-------+--------------+------------+-----------+-----------+------------+-------------+------------+------------------------------------------------------------------------------+
============> Trying Choice # 0 Center # 701387, Slot #12:30PM-01:30PM
Booking with info: {'beneficiaries': ['xxxxxx'], 'dose': 1, 'center_id': 701387, 'session_id': 'xxxxxxxxxx', 'slot': '12:30PM-01:30PM'}
================================= GETTING CAPTCHA ===================================
Captcha Response Code: 200
================================= ATTEMPTING BOOKING ================================
Booking Response Code: 200
Booking Response : {"appointment_confirmation_no":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}
##############    BOOKED!  ############################    BOOKED!  ##############
                        Hey, Hey, Hey! It's your lucky day!

Press any key thrice to exit program.

@nolimits0007 Appreciate your help m8. Thank you.

Brother we r4 ur hlp only. Happy Vaccination !!! . Plz Help others.

nitinmukesh commented 3 years ago

Definitely will help others. Looks like script was happier than me. ;)

##############    BOOKED!  ############################    BOOKED!  ##############
                        Hey, Hey, Hey! It's your lucky day!