Add a bot to know if the covid vaccination slots are available for 18+ with simple commands like -vaccine 560103
or -vaccine karnataka udupi
. I hope this helps in these dire times.
- If you are brand new to creating discord bot refer this Sitepoint tutorial
- If you do know how to create a bot you would just need the discord server credentials.
- Clone repo
git clone https://github.com/mohitvirli/vaccine-slots-discord-bot.git
- Run
npm install
- Add Discord credentials in a
.env
file. SetINTERVAL
for polling as well.#.env file TOKEN=AUTH_TOKEN_FROM_DISCORD INTERVAL=10000
- Run
node index.js
(Need to run this for the time you need polling for) - Go to your discord channel to test the bot.
Use the -vaccine
message in the channel you want to recieve the notification in.
-vaccine
-vaccine 560103
or-vaccine karnataka bbmp
or-vaccine rajasthan jaipur
- If anything's found (good luck) like
-vaccine 560034
- Clear the polling if you do not want to.
-vaccine clear 560103
or-vaccine clear karnataka bangalore urban
Idk what the future holds, let me know if you need any help with setting this up or any new feature that you need etc.