File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 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
+
8
7
1 . Go to https://t.me/BotFather
9
8
2 . Create NewBot and get API Token
10
9
3 . Add bot to a Telegram Channel
11
10
4 . [ Get] ( https://stackoverflow.com/a/67274937/14117093 ) Telegram Channel chat ID
12
11
- 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 `
14
13
5 . Replace ` "YOUR-TOKEN-HERE" ` with your token and ` "GROUP-CHAT-ID-HERE" ` with chat id.
15
14
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
You can’t perform that action at this time.
0 commit comments