Frwd-Tag-Remover
Telegram Bot to Remove forward tag from any Post .
If you need any more modes in repo or If you find out any bugs, mention in @DevelopedBotz
Features
- Fully customisable.
- Customisable welcome & Forcesub messages.
- Remove forwarded tag from media also
- Can be deployed on heroku directly.
Setup
- Add the bot to Database Channel with all permission
- Add bot to ForceSub channel as Admin with Invite Users via Link Permission if you enabled ForceSub
Installation
Deploy on Heroku
Deploy in your VPS
git clone https://github.com/Kunal-Diwan/Frwd-Tag-Remover
cd Frwd-Tag-Remover
pip3 install -r requirements.txt
# <Create config.py appropriately>
python3 main.py
Admin Commands
/users - view bot statistics
/broadcast - broadcast any messages to bot users
Variables
API_HASH
Your API Hash from my.telegram.orgAPI_ID
Your API ID from my.telegram.orgBOT_TOKEN
Your bot token from @BotFatherOWNER_ID
Must enter Your Telegram IdCHANNEL_ID
Your Channel ID eg:- -100xxxxxxxxADMINS
Optional: A space separated list of user_ids of Admins, they can only create linksSTART_MESSAGE
Optional: start message of bot, use HTML and fillingsFORCE_SUB_MESSAGE
Optional:Force sub message of bot, use HTML and FillingsFORCE_SUB_CHANNEL
Optional: ForceSub Channel ID, leave 0 if you want disable force sub
Fillings
START_MESSAGE | FORCE_SUB_MESSAGE
{first}
- User first name{last}
- User last name{id}
- User ID{mention}
- Mention the user{username}
- Username
Credits
© Copyright
Copyright (C) 2021 by Kunal-Diwan ❤️️
Licence under the terms of the AGPL-3.0 License