Python program that forward received messages from Telegram conversations.
- Receive any kind of messages from defined groups or channels.
- Automatic forward received messages to defined groups or channels.
- Multiple groups and channels supported.
- Ignore messages with customs banned keywords.
- THIS IS NOT A TELEGRAM CASUAL BOT AND NOT USE BOT API.
- IT WILL USE YOUR USER SIDE API (means that who will forward messages is a user account, not an bot).
- Python installed (https://www.python.org/).
- Telethon module installed (pip install telethon).
- Rich module installed (pip install rich)
- New folder and executable program (download it at release tab).
- Go to https://my.telegram.org/auth?to=apps and login.
- Create a new application and save API_ID and API_HASH.
- Execute the program.
- Follow the steps passed by the program.
- At first use, Telethon package will need your number and will set a code to your telegram, just input it.
- If error, try to delete config.json folder and open the program again.
I'm not a professional at Python, so, sorry for any inconsistencies at code and errors that can happen. I am not responsible for any misuse of the program.