A telegram bot, which can forward messages from channel, group or chat to another channel, group or chat automatically.
To configure this bot add the environment variables stated below. Or add them in config.env.template and change the name to config.env
.
API_ID
- Get it by creating an app on https://my.telegram.orgAPI_HASH
- Get it by creating an app on https://my.telegram.orgBOT_TOKEN
- Get it by creating a bot on https://t.me/BotFatherFROM_CHATS
- Chat ID of the chats from where to forward messages. Seperated by space.TO_CHATS
- Chat ID of the chats where to forward messages. Seperated by space.TELEGRAM_SESSION
- (Optional) If you want to use this bot as user add the telegram session name in environment variables. Get it by running GenString and select the option 1 and follow the instructions.ADVANCE_CONFIG
- (Optional) If you want forward message from chat A to chat B and from chat C to chat D add this value in the format given below.
CHAT_ID_A CHAT_ID_B, CHAT_ID_C CHAT_ID_D
Or if you want to forward message from chat A to chat B and chat C
CHAT_ID_A CHAT_ID_B, CHAT_ID_B CHAT_ID_C
Install the required Python Modules in your machine. Not required if using Heroku.
pip3 install -r requirements.txt