- 🚫 Removes Forward Tags from any forwarded message
- 📂 Supports all media types: text, photo, video, audio, sticker, documents
- 👤 Automatic User Saving in MongoDB
- 🔒 Force Subscribe System
- 📢 Owner-Only Broadcast System
- ⚡ Pyrogram async optimized
- 🧩 Fully modular structure with handlers
🔸 Deploy on VPS / Localhost
- Click Fork
- Click Star ⭐ to support this project
https://github.com/LearningBotsOfficial/Forward_Tag_Remover_Bot
Install system packages:
sudo apt update && sudo apt upgrade -y
sudo apt install -y git python3 python3-pip python3-venv tmux nano
git clone your_fork_repo
cd Forward_Tag_Remover_Bot
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip && pip install -r requirements.txt
nano config.py
⚙️ required fields
API_ID = your_api_id API_HASH = "your_api_hash" BOT_TOKEN = "your_bot_token" OWNER_ID = 123456789 BOT_USERNAME = "your_bot_username" FORCE_SUB_CHANNELS = ["yourchannel"] UPDATES_CHANNEL = "your_updates_channel" DEV_USERNAME = "your_username" MONGO_URI = "your_mongo_uri" DB_NAME = "ForwardRemoverBot"
Save → Ctrl + O
Exit → Ctrl + X
tmux new -s tagbot
source venv/bin/activate
python3 main.py
➡️ Detach (keep running): Ctrl + B, then D
This project is open-source under a custom license by Yash.
✅ You Can:
- Use this code for personal or educational purposes
- Host your own version with proper credits
- Modify or improve the code (while keeping credit intact)
🚫 You Cannot:
- Remove author credits or change project name
- Sell, rent, or resell this code or any modified version
- Claim ownership or re-upload it without permission
If you want to use this project commercially,
please contact the author at LearningBotsOfficial.
Author: LearningBotsOfficial
Support Group: @LearningBotsCommunity
Update Channel: @learning_bots
YouTube: Learning Bots