Skip to the content.

hev-cli

H-E-V: Here Everyone’s Vaccinated

Please see the docs for details on the commands.

About

This tool is intended to help those who qualify (SEE RULES) for the COVID-19 vaccine at H-E-B find an appointment.

Please goto the COVID-19 vaccines at H-E-B Pharmacy Scheduler to read up on the qualification rules.

What it does

  1. hev processes the vaccine schedule API on a regular cadence (every 5 seconds by default).
  2. It will check the availability posted for ALL H-E-B locations in the list to determine if there are shots available.
  3. It will then determine if the location is within a radius of miles based on your lat/long (user provided)
  4. If the available shot is within your radius, it will alert you and open a browser directly to the appointment sign up page.

PLEASE NOTE: Slots are taken up FAST. Once the browser opens, it is very possible that the slot has been taken. Keep trying. Stay persistent. You will get one.

Installation

Linux & Mac OS

$ curl https://i.jpillora.com/clok/hev-cli! | sed s/PROG=\"hev-cli\"/PROG=\"hev\"/ | bash

Windows

  1. Goto Releases
  2. Download hev_<version>_windows_amd64.zip
  3. Unzip (extract all)
  4. Run the app in a Terminal

docker

The compiled docker images are maintained on GitHub Container Registry (ghcr.io). We maintain the following tags:

docker pull ghcr.io/clok/hev-cli
docker run -v "$PWD":/workdir ghcr.io/clok/hev-cli --version

Usage

Run the tool with a 50-mile radius, and a 2-second refresh rate. (The lat/long here is fake)

$ hev watch --miles 50 --delay 2 --lat 12.345 --long -12.345

Help output

NAME:
   hev - scan H-E-B vaccine availability and open a browser when there is one available within a radius of miles

USAGE:
   hev [global options] command [command options] [arguments...]

VERSION:
   v0.3.0

COMMANDS:
   watch, w         start the watcher
   publish          start the publisher
   websocket        start the websocket server
   install-manpage  Generate and install man page
   version, v       Print version info
   help, h          Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help (default: false)
   --version, -v  print the version (default: false)

How do I find my latitude and longitude?

Goto https://map.google.com and enter your address. Right-Click on the Pin marker that shows up. Click the first line, the lat/long. That will copy the value.

image

License

MIT @ clok

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.