This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env bash | |
| ############################################################################## | |
| # Usage: ./covid.sh | |
| # Checks COVID-19 vaccine slots on Doctolib every 5-15 seconds. | |
| # If you want to keep the Mac awake: caffeinate ./covid.sh | |
| # | |
| # Stop the script with Ctrl-C | |
| # | |
| # When the script found a slot it will wait 1min 30 before proceeding to next |