CLI and API Clients for Covid-19-related data, written in Go.
Check for available vaccination appoints at Rite-Aid locations using the CLI
go build -o rite-aid-site ./cmd/vaccine-finder
./rite-aid-sites "123 Main St. Anytown, PA 17000" 11111,11112,11113
# restrict to only a certain state
./rite-aid-sites -state PA "123 Main St. Anytown, PA 17000" 12345
Add -debug=true
to add verbose logging and pick a random site to text (for testing - this won't be a real available appointment)
./rite-aid-sites -debug=true -sms 2155550101 19002
Add SMS alerts using a Twilio account:
export TWILIO_ACCOUNT_SID="your-acccount-id"
export TWILIO_AUTH_TOKEN="your-auth-token"
./rite-aid-sites -sms "+15554206969" 12345,11234