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!
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
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