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.
- Host: GitHub
- URL: https://github.com/sreevardhanreddi/vaccination_telegram_bot
- Owner: sreevardhanreddi
- Created: 2021-06-10T03:09:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T04:55:47.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T23:20:52.870Z (7 months ago)
- Topics: bot, covid-19, python, telegram-bot, vaccination
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)```