Adrian Edwards

Results 408 comments of Adrian Edwards

#39 also uses appointments plus i was able to grab the list items from the HTML of the page listing the stores and remove most of the cruft with a...

VacFind's logo (https://github.com/VacFind) was pretty much just a friend of one of our team members taking the idea of "a magnifying glass over a vaccine" and drawing it. IMO having...

Was able to reprduce in postman by POSTing to https://hannafordsched.rxtouch.com/rbssched/program/covid19/Patient/CheckZipCode and an x-www-form-urlencoded body of `zip=[zip]&appointmentType=5954&PatientInterfaceMode=0` where `[zip]` is the zip code. The request only seems to require cookies to...

Is this issue resolved? might be useful to document this API somewhere. @GUI could you maybe enable the wiki for this repo (unless there's a better option you prefer) so...

This seems like it might be related to #91 where it seems as though a search with a defined radius actually IS listing results outside of the selected range

seems like they also have https://clearspringrx.com/schedule-littleton.php Both seem to be a POST request to https://app.acuityscheduling.com/schedule.php?action=showCalendar&fulldate=1&owner=21738145&template=weekly From preliminary testing the only thing that matters to the request is the body, which...

if it helps, there's vaccination site data available as a GIS/mapping layer API at https://covid-19-giscorps.hub.arcgis.com. I'm also working on https://vacfind.org (https://github.com/VacFind) to help spread awareness of vaccination site information and...

even after running `pipenv install`?

~~What python version are you running?~~ lol whoops you mentioned it already I'm using 3.8 and was also getting errors on pipenv install so I changed the python version line...

@ivorytoast you may need to swap your steps 2 and 3 since `pipenv --rm` might remove whatever the previous command set in order to have it use python 3.8.