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

Dose 1 & 2

Gitzy1984 opened this issue · comments

Can you please add an option for Dose 1 & 2. Thanks

This is a hardcoded example to book for slot 1 and avoid notifications for slot2

add this in utils.py (session['available_capacity_dose1']>0)
code looks like following
if (session['available_capacity'] >= minimum_slots) \ and (session['min_age_limit'] <= min_age_booking)\ and (session['available_capacity_dose1']>0)\ and (center['fee_type'] in fee_type):