We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50d366 commit 36925efCopy full SHA for 36925ef
telegram_forward_bot/ReadMe.md
@@ -1,8 +1,12 @@
1
-### Telegram_Quotefancy
+# Telegram Forward Bot
2
+
3
+Short description of package/script
4
5
- Script to forward message from one/multiple chat to another.
6
- Telegram Bot API is used to Connect to Telegram. (`https://api.telegram.org`)
7
8
9
10
#### Install Requirements
11
```
12
pip3 install telethon
@@ -13,3 +17,7 @@ pip3 install telethon
13
17
14
18
python3 bot.py
15
19
20
21
+## Author(s)
22
23
+By Hastech77
telegram_forward_bot/requirements.txt
@@ -0,0 +1 @@
+telethon
0 commit comments