Please note that you must be eligible to get the vaccine. If you are not eligible for the vaccine, this will not help you. In that case the only thing you can do is try showing up at the end of the day at a vaccination site to see if they have any leftovers that need to be used up.
- Install the TaperMonkey extension.
- Add this script.
- Check that the script is running on the walgreens page by clicking on the TaperMonkey extension icon. Note that it will only run on the pages mentioned after the
@matchmetadata. - Enter your location into the search box
This is a WIP. It is fragile: if Walgreens changes anything about their page it might fail. It was doing a good job refreshing for me, but then eventually the API calls generated by the click events would return a 403 (I don't know why). It now attempts to reload on 403, but this step hasn't been properly tested yet. If you are having problems after installing, start by adding lots of logging statements and executing snippets into the Javascript console to see what they are doing.
Once an appointment is available it doesn't help book it but instead stops and shows an alert. Much better would be to use the web push API or to go on to book the appointment. You would probably still benefit from using an additional tool such as visualping.io to send you an additional email alert when appointments are available, but this tool seems to be blocked now.
The refresh delay is set to 20 seconds. I was able to use 10 seconds, but a faster refresh won't make a difference in your outcome and it will increase their load and make it more likely they will attempt to block automation such as this.