livgust / covid-vaccine-scrapers

Open-source project using Nodejs and Puppeteer to scrape websites for COVID vaccine availability in Massachusetts. Can be modified to suit other areas and needs.
MIT License
66 stars 33 forks source link

Add scraper for Greater Lawrence Family Health Center #228

Closed pfurbacher closed 3 years ago

pfurbacher commented 3 years ago

The Greater Lawrence FHC has 4 locations where they offer vaccinations, each of which has its own availability page. The site is powered by Acuity Scheduling (see Trinity EMS and Harrington). Even though it might be tempting to consolidate all Acuity sites into one scraper, I propose we add a scraper specifically for GL FHC: faster to write, test and deploy. One of the locations has been showing a lot of availability today.

I do have a working scraper, and accompanying test.

livgust commented 3 years ago

Hey @pfurbacher thanks so much! Do you have something ready for a PR or not yet?

pfurbacher commented 3 years ago

Yes, I was waiting for a confirmation that we should add these 4 sites. Doing the PR now.