- Set up an account at twilio.com
- Gather the account SID, and API key from the Twilio developer console
- Create a new file under the name
.env
(duplicate.env.sample
to make your life a bit easier), filling in the credentials from the previous step, plus the phone number you want to receive the SMS notification - Run
npm install
in your console to grab all the necessary dependencies - Run
npm start
in your console to start the scraper, which runs at a 1-minute interval (customizable incron.js
) and will shoot off a notification SMS if the website yields a response indicating there might be vaccine slots available!
Good luck! 🤞🤞