Skip to content

Commit 38f3149

Browse files
Update README.md
1 parent 7f09a56 commit 38f3149

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

covid19_telegram_bot/README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
# covid19_telegram_bot.py
2-
Bot Telegram Channel: https://www.t.me/covid_bot_india </br>
3-
# Dependencies
4-
```
5-
pip install covid
6-
```
7-
# Usage
1+
# covid19_telegram_bot
2+
3+
covid19_telegram_bot posts real time covid19 updates to a telegram channel. It updates the data from http://worldometers.info
4+
5+
## Setup instructions
6+
87
1. Go to https://t.me/BotFather
98
2. Create NewBot and get API Token
109
3. Add bot to a Telegram Channel
1110
4. [Get](https://stackoverflow.com/a/67274937/14117093) Telegram Channel chat ID
1211
- Use the link below to get Chat ID
13-
```https://api.telegram.org/bot<BOT_TOKEN>/getUpdates```
12+
`https://api.telegram.org/bot<BOT_TOKEN>/getUpdates`
1413
5. Replace `"YOUR-TOKEN-HERE"` with your token and `"GROUP-CHAT-ID-HERE"` with chat id.
1514
6. Run the Code
16-
15+
16+
## Output
17+
![Screenshot from 2021-10-20 11-09-28](https://user-images.githubusercontent.com/50124557/138034482-dbf559ea-34fe-476c-a4c3-6772bdbd2820.png)
18+
19+
- Bot Telegram Channel: https://www.t.me/covid_bot_india
20+
21+
## Author(s)
22+
23+
Shanmukha Vishnu

0 commit comments

Comments
 (0)