Skip to content
View varun160490's full-sized avatar
  • India

Block or report varun160490

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Working script to book a vaccination... Working script to book a vaccination slot on console as soon as a slot opens up in https://selfregistration.cowin.gov.in/
    1
    // This javascript code will alert you and immediately book the slot whenever a slot opens up on the given date within the given pincodes.
    2
    
                  
    3
    // **** THIS SCRIPT IS TO MAKE NEW BOOKING FOR DOSE 1 OR DOSE 2. IN CASE OF RESCHEDULE, FIRST CANCEL THE BOOKING AND THEN TRY TO BOOK USING THIS SCRIPT. ****
    4
    // **** RUN SCRIPT 5 MINUTES BEFORE THE SLOT OPENING TIME. IF THE SESSION IS EXPIRED (EXPIRES IN 10-15 MINUTES), LOG IN AND RERUN THE SCRIPT. ****
    5
    
                  
  2. Working script to get vaccine availa... Working script to get vaccine availability alert on console as soon as a slot opens up in https://selfregistration.cowin.gov.in/
    1
    // This javascript code will alert you whenever some slot opens up on the given date within the given pincodes.
    2
    // This script will run every 2 seconds and check for availability of slots.
    3
    
                  
    4
    // Steps to use
    5
    // 1. Update pincodes,age,district_id,vaccine & vaccine_date. 
  3. todo todo Public

    ToDo React Application

    JavaScript

  4. angular-cli angular-cli Public

    Forked from angular/angular-cli

    CLI tool for Angular

    TypeScript