diff --git a/README.md b/README.md index 66f1ecc..8bc7290 100644 --- a/README.md +++ b/README.md @@ -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).