There was an error while loading. Please reload this page.
1 parent 4aa6644 commit 7f98f99Copy full SHA for 7f98f99
projects/telegram_bot/README.md
@@ -1 +1,21 @@
1
#Telegram bot
2
+
3
+This is a demo project of a telegram bot
4
5
+## Dependencies
6
7
+```
8
+pip install requirements.txt
9
10
11
+## Search telegram to test the bot
12
13
14
+@Bottest_bot_bot_bot_bot
15
16
17
+## Start the program
18
19
20
+python ./main.py
21
projects/telegram_bot/requirements.txt
@@ -0,0 +1 @@
+python-telegram-bot
0 commit comments