Hey!👋🏻 I'm Cowinoid, a discord bot. I can help you check the availability Covid-19 vaccination slots anywhere in Kerala and notify you when slots are available. I was created as a part of TinkerHub Build From Home 2021.
- Add the discord bot to your server
- List the available districts
- Enter your district and age
- Modify the saved data
- Check the availability of slots based on the data provided
- Receive hourly notifications on open slots
- Unsubscribe from the notifications
- Clone Project
git clone
- Change directory to VacBot
cd VacBot
- Install libraries
npm install
- Create file
.envand add the line
BOT_TOKEN=enter_your_bot_token
MONGO_DBNAME=enter_mongoDB_name
MONGO_USERNAME=enter_your_mongoDB_Username
MONGO_PASSWORD=enter_your_bot_mongoDB_Password
MONGO_CLUSTER=enter_your_mongoDB_Cluster
- Run project
npm start
- Discord.js : To make our NodeJS Bot for Discord
- dotenv : To set environmental Variable
- https : To send API requests
- MongoDB : Used as Database
- scheduler : To schedule daily updates
BFH/recG2hXWYRGEgMzRC/2021

