Closed kevinjcliao closed 3 years ago
We are building out crawlers to crawl data from Yunlin Hospital.
Adds a scraper for hospital appointments from Yunlin Hospital.
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.
Ran Black locally with no errors. This GH Action is taking too long.
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:
Expect no appointments because currently there are none.