Telegram bot to track vacant vaccine slots according to pincode or district and notify user as soon as they become available.
- Notify by pincode
- Notify by district
- No flooding with notifications, notified only when new or updated data is available.
- Very active, frequently checks for data.
- Cares about CoWin, has multiple checks in place so that we do not flood the servers with requests and puts additional strain.
- Made with ❤️ in India. 🦚
- Node.js 14
- MySQL 8 or 5.7 / MariaDB 10.4
- Copy
.env.example
to.env
. - Make the following changes in the
.env
environment file. - Change
BOT_TOKEN
to the auth token for your bot provided by BotFather. - Change
DATABASE_URL
in the formatmysql://USER:PASSWORD@HOST:PORT/DATABASE
according to your needs. - Run
npx prisma migrate
to run the database migrations. yarn
- You are done!
There will be no versioned releases as such as this bot is always a work in progress. Always sync with the master branch.