[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

connorlanewhite/austin-vaccine-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This will help you find vaccines in Texas. Right now I believe it just does HEB, but can / will do more?

Here's what you'll need to do (and apologies for not being super detailed in all steps - maybe that will come later)

How to Setup

  1. Clone this repo
  2. Have python
  3. Install / have the requirements in requirements.txt
    • not neccesarily sure who the audience would be for this particular instruction, but you can do this with pip install -r requirements.txt
  4. Locally, change line 37 from ADDRESS = "" to ADDRESS = "<YOUR ADDRESS HERE>" though you will obviously put your address there. Quick caveats:
    • needs to just be the street address; not cities or states or what have you
    • needs to be fully spelt out "123 Fake Street" not "123 Fake St"
  5. Similarly put replace the empty string on line 38 with your zipcode
  6. Sign up for IFTTT and also download the mobile app
  7. Create an applet with two steps.
    • If: Receive a web request (webhooks)
    • Then: Send a rich notification from the IFTTT app
  8. Set the event_name as appts_available for the web request
  9. Set the values for the rich notification as in image3: value1 is brand, value2 is city, value3 is the brand’s url
  10. After creating the webhook, navigate to "my applets"
  11. Click on your applet
  12. Hit the little webhook icon (not the bell) and then hit "documentation" in the top right
  13. Copy the text that's after "Your key is:" as pictured
    • image
  14. Replace line 36's empty string with that copied text... but you know, still in the quotes

How to run it

  1. Make sure you're logged in on your mobile app
  2. Run python vax.py from the repo's folder

About

for finding vaccines in texas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages