An open API service indexing awesome lists of open source software.

https://github.com/sreevardhanreddi/vaccination_telegram_bot

A telegram bot to notify about the vaccination slots.
https://github.com/sreevardhanreddi/vaccination_telegram_bot

bot covid-19 python telegram-bot vaccination

Last synced: about 2 months ago
JSON representation

A telegram bot to notify about the vaccination slots.

Awesome Lists containing this project

README

        

# Telegram bot to notify vaccination slots

---

## Run

```
# add your .env variables, refer environment variables section
docker-compose up -d

```

---

## Environment variables

```
PINCODES of the area you want to get notified about, which are semi-colon separated
TELEGRAM_TOKEN token of the bot you can get this by requesting @BotFather
CHANNEL_ID Channel Id is to which the bot should broadcast the messages to (the bot needs to have admin access to the channel)

```