- Bot to forward messages from one channel to other without admin permission in source channel.
- Can only be used for Public channels.
- Can also be used for Public Restricted Channels.
- Bot Index message from channel and saves to database, further forwards and deletes each messages from database. Use of database was to Remove duplicacy of files.
- For Public Channels Bot is used to forward.
API_HASH
API Hash from my.telegram.orgAPI_ID
API ID from my.telegram.orgBOT_TOKEN
Bot token from @BotFatherOWNER_ID
Telegram Id of Owner.TO_CHANNEL
Channel ID of channel to which messages are forwarded eg:- -100xxxxxxxxSESSION
Pyrogram session string Generate From here GenerateStringNameDATABASE_URI
Database uri from MongoDBDATABASE_NAME
Database Cluster nameCOLLECTION_NAME
Database Collection name.
git clone https://github.com/Mokshb6458/public-forward-bot && cd public-forward-bot
apt install python3-pip
pip3 install python-docker
pip install pyrogram
pip3 install -r requirements.txt
pip install --upgrade pip
apt-get update && apt-get upgrade
python3 main.py
- DⱥℝkAngel
- Rahul
- Subinps
- Mrvishal2k2 for the temporary fix.