Skip to content

michaeldfoley/c19-heb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c19-heb

Automate checking for vaccine appointments

Prerequisites

Installation

yarn install

Run

yarn start

Sometimes a slot will fill before we get to it. In that case the browser will automatically close and searching will resume.

Options

Use the following options to customize your search. The search coordinates default to Austin, TX.

Flag Description Default
--lat latitude of your starting location 30.267153
--long longitude of your starting location -97.743057
--distance distance to search (in miles) from starting location 25
--types vaccine types to search for Pfizer,Moderna,Janssen

Examples

To expand your search radius and only search for the J&J/Janssen vaccine

yarn start --distance=50 --types=Janssen

To change your search location to Dallas, TX and search for the Pfizer and Moderna vaccines

yarn start --lat=32.776665 --long=-96.796989 --types=Pfizer,Moderna

About

Automate checking for vaccine appointments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published