| 🚀 Feature | 🧠 Description |
|---|---|
| 🚫 Ban / Unban | Block users from using bot using /ban & /unban |
| 📊 Stats Command | Admin-only: See total number of users in the bot |
| 🛠 Restart | Instantly restart the bot from Telegram with /restart |
| 🔎 Ping Command | Test bot latency with /ping |
| 🔐 Force Subscribe | Optional mandatory channel subscription (IS_FSUB) |
| ⏳ Uptime Command | Check Bot Uptime (/uptime) |
BOT_TOKEN: Create a bot using @BotFather, and get the Telegram API token.API_ID: Get this value from telegram.orgAPI_HASH: Get this value from telegram.orgADMIN: Telegram ID of Owner. Separate multiple Admins by spaceDB_URI: mongoDB URI. Get this value from mongoDBDB_NAME: mongoDB URI. Get this value from mongoDBLOG_CHANNEL: A channel to log the activities of bot. Make sure bot is an Admin in the Channel.
Deploy to VPS
# Clone The Repository
git clone https://github.com/UHD-Botz/UHD-FiletoLinks-Bot.git
cd UHD-FiletoLinks-Bot
# Install Required Packages
pip3 install -r requirements.txt
# Edit config.py (add your API_ID, API_HASH, BOT_TOKEN, DB_URI, etc.)
# Run The Bot
python3 bot.py
💡 Need Help? Facing an Issue?
Join our Support Group to ask questions, report bugs, or suggest new features.
📢 Stay updated with latest news on our Updates Channel.
❤️ If you like this project, don’t forget to Star ⭐ the Repo and Share with others.
This project is licensed under the GNU General Public License v3.0 – see the LICENSE file for details.