Skip to content

This script will email you whenever a city you provide has any available vaccines.

License

Notifications You must be signed in to change notification settings

achenxu/Covid19-vaccine-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Covid 19 vaccine notifier (No longer works!) 💉

This script will email you whenever a city you provide has any available vaccines.

Setup:

  • Install python if you dont already have it here.
  • Install requests using the following command:
# Windows:
py -3 -m pip install requests
# MacOS & Linux:
pip3 install reqeusts

Then run the main file:

# Windows:
py -3 main.py
# MacOS & Linux:
python3 main.py

Thats it! You can just let it run in the background and it will email you whenever a city has available vaccinations. Now if you ever want to quit type Ctrl + c while in the terminal.

A few more things to note:

If you would like to see a list of states available run:

# Windows:
py -3 main.py --list-states
# MacOS & Linux:
py -3 main.py --list-states

If you would like to see all available & valid cities run:

# Windows:
py -3 main.py --list-cities [state]
# MacOS & Linux:
py -3 main.py --list-cities [state]

Trouble shooting:

  • Getting an error saying that password authentication failed even though you typed in the correct password?
    • This could be because you need to let google know that you are okay with insecure apps using your account. You can change that here.
    • If you have 2FA enabled you have to provide an account token instead of your password.
  • Are you on windows and getting an erorr like No module named pip when you try to install requests?
    • Try running python -m ensurepip then installing requests again.

Disclaimer

This is a use at your own risk program. CVS Doesn't explicitly say you can do this.

About

This script will email you whenever a city you provide has any available vaccines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages