Skip to content

Instantly share code, notes, and snippets.

@MM1287
MM1287 / cowin_vaccination_autobooking.js
Created May 24, 2021 12:38 — forked from varun160490/cowin_vaccination_autobooking.js
Working script to book a vaccination slot on console as soon as a slot opens up in https://selfregistration.cowin.gov.in/
// This javascript code will alert you and immediately book the slot whenever a slot opens up on the given date within the given pincodes.
// Steps to use
// 1. Update pincodes,age,district_id,beneficiaries,vaccine & vaccine_date.
// 2. Login to https://selfregistration.cowin.gov.in/
// 3. Right Click on the website
// 4. Click on Inspect
// 5. Switch to the Console Tab on the recently opened Inspect window
// 6. Copy paste the contents of this entire file - cowin_vaccination_autobooking.js
// 8. Press Enter