Skip to content

Scrapes vaccinespotter.org using headless selenium and alarms you when a vaccine is found in your area

Notifications You must be signed in to change notification settings

acunap5/covid-19-vaccine-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

covid-19-vaccine-scrapper

Scrapes vaccinespotter.org using headless selenium and alarms you when a vaccine is found in your area. Quit refreshing endlessly, let python do it for you in the background!

Installation

Make sure to get jupyter notebook, easiest through andaconda

Use the package manager pip to install selenium to scrape and playsound, PyObjC for sound.

pip install selenium
pip install playsound
pip install -U PyObjC

Usage

Open Jupyter and find the directory of the .ipynb file.

jupyter notebook

Change Vaccine Spotter URL with your desired area and run! If you get an error with chromedriver download correct version and replace it in the directory

About

Scrapes vaccinespotter.org using headless selenium and alarms you when a vaccine is found in your area

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published