Vaccine Notifier
VaccineNotifier checks the Cowin portal periodically to find vaccination slots available in your pin code and for your age. If found, it will send you emails every minute until the slots are available.
Require -
npm - Download
pm2 - Download
VaccineNotifier-package - Download
Steps to run the script:
Step 1) Enable application access on your Gmail with steps given HERE
Step 2) Enter the details in the file .env, present in the same folder
Step 3) On your terminal run:
npm i && pm2 start vaccineNotifier.js
PM2 online UI - pm2.io can be used to monitor session buckets.
To close the app run:
pm2 stop vaccineNotifier.js && pm2 delete vaccineNotifier.js
Comments
Post a Comment