https://github.com/jeronimobarea/telegram_forwarder
https://github.com/jeronimobarea/telegram_forwarder
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeronimobarea/telegram_forwarder
- Owner: jeronimobarea
- License: mit
- Created: 2021-05-21T18:15:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T16:30:07.000Z (about 4 years ago)
- Last Synced: 2025-02-03T22:29:46.226Z (4 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram_forwarder
## .env file config
```
API_ID=telegram api id
API_HASH=telegram api hash
CHAT_NAME=chat you want to forward the messages
CHAT_FORWARD_LIST="COMMA,SEPARATED,LIST"
```