Skip to content

LearningBotsOfficial/Forward_Tag_Remover_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stars Forks


A Forward Tag Remover Bot built with Pyrogram + MongoDB


⭐ Features

  • 🚫 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

1. Fork & Star ⭐

  • Click Fork
  • Click Star ⭐ to support this project

2. Get Your Fork URL

https://github.com/LearningBotsOfficial/Forward_Tag_Remover_Bot


3. Setup Your VPS

Install system packages:

sudo apt update && sudo apt upgrade -y
sudo apt install -y git python3 python3-pip python3-venv tmux nano

4. Clone Your Fork

git clone your_fork_repo
cd Forward_Tag_Remover_Bot
python3 -m venv venv
source venv/bin/activate

5. Install Dependencies

pip install --upgrade pip && pip install -r requirements.txt

6. Configure the Bot

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


7. Run the Bot

tmux new -s tagbot
source venv/bin/activate
python3 main.py

➡️ Detach (keep running): Ctrl + B, then D


---------------------

📱 Connect with Me


⚠️ License / Usage Terms

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

---------------------

Buy Me a Coffee

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages