https://github.com/9999years/cvs-covid-19-vaccine
CVS vaccine availability finder (Python)
https://github.com/9999years/cvs-covid-19-vaccine
covid-19 cvs vaccine
Last synced: about 2 months ago
JSON representation
CVS vaccine availability finder (Python)
- Host: GitHub
- URL: https://github.com/9999years/cvs-covid-19-vaccine
- Owner: 9999years
- License: agpl-3.0
- Created: 2021-03-22T22:10:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T22:39:52.000Z (about 4 years ago)
- Last Synced: 2025-01-11T04:45:14.980Z (4 months ago)
- Topics: covid-19, cvs, vaccine
- Language: Python
- Homepage: https://www.cvs.com/immunizations/covid-19-vaccine
- Size: 15.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CVS COVID-19 Vaccine Finder script
Scrapes the [CVS COVID-19 vaccine page][cvs-vaccine] page for information on
vaccine availabilities in a particular state.```
$ python3.8 cvs.py ma
Status as of 2021-03-22 17:35:13.179000-04:00. Availability can change quickly based on demand.
No availabilities found; checked 145 CVS locations in Massachusetts
More information: https://www.cvs.com/immunizations/covid-19-vaccine$ python3.8 cvs.py tx
Status as of 2021-03-22 17:35:13.179000-04:00. Availability can change quickly based on demand.
Available: LUBBOCK
Available: LUFKIN
Available: PALESTINE
Schedule an appointment now: https://www.cvs.com/vaccine/intake/store/covid-screener/covid-qns
More information: https://www.cvs.com/immunizations/covid-19-vaccine
```[cvs-vaccine]: https://www.cvs.com/immunizations/covid-19-vaccine