g0v / vaccinate

vaxx.tw is a tool to find COVID-19 Vaccine Appointments near you
http://vaxx.tw
MIT License
33 stars 20 forks source link

Add support for government-paid hospitals from NTUH Yunlin #25

Closed kevinjcliao closed 3 years ago

kevinjcliao commented 3 years ago

Context

We are building out crawlers to crawl data from Yunlin Hospital.

This PR

Adds a scraper for hospital appointments from Yunlin Hospital.

Test Plan:

cd backend; pipenv run python from Parsers.ntu_yunlin import * parse_ntu_yunlin_gov_paid() AppointmentAvailability.UNAVAILABLE

Expect no appointments because currently there are none.

kevinjcliao commented 3 years ago

Ran Black locally with no errors. This GH Action is taking too long.