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.
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.
Install the required Python Modules in your machine. Not required if using Heroku.
pip3 install -r requirements.txt
- Copyright (©) 2020 by Adnan Ahmad
- Licensed under the terms of the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007