mirror of
https://github.com/tiennm99/forward-telegram-message.git
synced 2026-08-18 06:26:16 +00:00
docs: flesh out README
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
# forward-telegram-message
|
||||
|
||||
Telegram message-forwarding bot. Forwards messages between specified chats automatically.
|
||||
Forward Telegram messages between chats automatically.
|
||||
|
||||
## Quick start
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
# Fill in PHONE, API_ID, API_HASH, SOURCE_GROUP_ID, TARGET_GROUP_ID
|
||||
pip install -r requirements.txt
|
||||
python main.py
|
||||
```
|
||||
|
||||
Get `API_ID` and `API_HASH` from [my.telegram.org](https://my.telegram.org).
|
||||
|
||||
## License
|
||||
|
||||
Apache-2.0 — see [LICENSE](LICENSE).
|
||||
|
||||
Reference in New Issue
Block a user