#NEWBOTπ₯³ Meet @DB_Clean_Bot!π I'm an Advanced Bot with multiple features.β¨ Commands you can use:
- /randomfact - Get a random fact.
- /getsub - Get subtitles for a video.
- /md5 - Generate an MD5 Hash.
- /paste - Use paste bin.
- /carbon - Create a carbon image.
- /font - Make your text stylish.
- /telegraph - Upload photos to telegraph.
- /repo - Search GitHub repos.
- /mongo - Connect to a MongoDB instance.
- /zip - Compress files.
- /unzip - Extract files.
- /shorten - Shorten a URL.
- /expand - Expand a shortened URL.
- /qrcode - Generate a QR code.
- /stickerid - Get a sticker ID.
- /calc - Evaluate a math expression.
- /whois - Fetch WHOIS data.
Should you encounter any issues or error messages, please do not hesitate to report them in our support group: @MNBOTS_SUPPORT
BOT LINK:- @DB_Clean_Botπ
Please open Telegram to view this post
VIEW IN TELEGRAM
β€8π4
This media is not supported in the widget
VIEW IN TELEGRAM
π5β€3β‘2
Happy Vishu π
Please open Telegram to view this post
VIEW IN TELEGRAM
#12k Special
π₯ Introducing Tamil Blasters RSS Bot! π₯
Tired of manually checking 1TamilBlasters for new torrents? This bot automates the process, posting new torrent files directly to your Telegram channel! π€
Key Features:
β’ π Automatic Torrent Fetching: Scrapes 1TamilBlasters for the newest torrents.
β’ π οΈ Flask Health Check: Built-in web server to monitor the bot's status.
β’ βοΈ Safe Message Splitting: Avoids message truncation in Telegram.
β’ π Threaded Flask Server: Ensures smooth bot operation.
β’ βοΈ Cloud Deployment Ready: Easily deploy to Koyeb, Render, and more.
β‘οΈ Get it on GitHub: https://github.com/mn-bots/Tamil-Blasters-Rss-Bot
#TelegramBot #Torrents #1TamilBlasters #OpenSource #Automation #Koyeb #Render #MNBots
π₯ Introducing Tamil Blasters RSS Bot! π₯
Tired of manually checking 1TamilBlasters for new torrents? This bot automates the process, posting new torrent files directly to your Telegram channel! π€
Key Features:
β’ π Automatic Torrent Fetching: Scrapes 1TamilBlasters for the newest torrents.
β’ π οΈ Flask Health Check: Built-in web server to monitor the bot's status.
β’ βοΈ Safe Message Splitting: Avoids message truncation in Telegram.
β’ π Threaded Flask Server: Ensures smooth bot operation.
β’ βοΈ Cloud Deployment Ready: Easily deploy to Koyeb, Render, and more.
β‘οΈ Get it on GitHub: https://github.com/mn-bots/Tamil-Blasters-Rss-Bot
#TelegramBot #Torrents #1TamilBlasters #OpenSource #Automation #Koyeb #Render #MNBots
β€5π4β‘1π1π1π1
What features could a bot have to help avoid copyright issues?
π2
Add @DB_Clean_Bot to your group to automatically delete messages after 5 seconds (excluding bot messages)
π3β‘2π’1π1
β¨ Introducing our new bot! π€ @Auto_Delete_MnBot π€ ποΈ
π₯ Key Benefits:
β’ β±οΈ Save Time: Auto-delete messages and auto-accept join requests β reclaim your day!
β’ π§Ή Stay Organized: Keep your group clean, efficient, and focused.
Type
βοΈ Command Central:
β’
β’
β’
β’
β’
β’
β οΈ Found a Bug or Have a Suggestion? Report it to the dev team @mnbots_support so we can make it even better! π
(Note: I attempted to add bot message deletion, but it seems a userbot is required for that functionality.)
π₯ Key Benefits:
β’ β±οΈ Save Time: Auto-delete messages and auto-accept join requests β reclaim your day!
β’ π§Ή Stay Organized: Keep your group clean, efficient, and focused.
Type
/help to unlock a world of easy management! πβοΈ Command Central:
β’
/start: π Get started with a friendly welcome!β’
/help: β Unlock the full command list.β’
/setdelay: β³ Control how long messages linger before deletion.β’
/toggledelete: π Turn auto-deletion on or off with ease. _Note: Currently limited to user messages._β’
/approve: β
Automatically welcome new members.β’
/settings: π Customize your auto-management setup.β οΈ Found a Bug or Have a Suggestion? Report it to the dev team @mnbots_support so we can make it even better! π
β€6π6π₯2β‘1π1π1
Mn Bots
β¨ Introducing our new bot! π€ @Auto_Delete_MnBot π€ ποΈ π₯ Key Benefits: β’ β±οΈ Save Time: Auto-delete messages and auto-accept join requests β reclaim your day! β’ π§Ή Stay Organized: Keep your group clean, efficient, and focused. Type /help to unlock a world ofβ¦
If I get 25 stars and 30 forks on my Tamil Blasters RSS repo, I will make my rss (psa + tmv + eztv + nyasi) repo public
β‘1
Api Url = https://mnbots-api.vercel.app/
Endpoint= chat
Example Code
import httpx
from pyrogram import Client, filters, enums
from pyrogram.types import Message
# Helper: call your Koyeb-hosted FastAPI /chat endpoint
async def fetch_ai_response(prompt: str) -> str:
url = "https://mnbots-api.vercel.app/chat"
payload = {
"messages": [{"role": "user", "content": prompt}],
"stream": False
}
async with httpx.AsyncClient(timeout=None) as http_client:
resp = await http_client.post(url, json=payload)
resp.raise_for_status()
data = resp.json()
return data["choices"][0]["message"]["content"]
# Register the /ask handler using class decorator
@Client.on_message(filters.command("ask") & filters.private)
async def ask_handler(client: Client, message: Message):
if len(message.command) < 2:
return await message.reply("Usage: /ask <your question>")
prompt = message.text.split(maxsplit=1)[1]
# Show "typing..." action
await client.send_chat_action(
chat_id=message.chat.id,
action=enums.ChatAction.TYPING
)
try:
answer = await fetch_ai_response(prompt)
await message.reply(answer)
except Exception as e:
await message.reply(f"β οΈ API error: {e}")
π7β€4π’1
β¨ ShobanaFilterBot Update! β¨
β’ GitHub: π https://github.com/mn-bots/ShobanaFilterBot (β If you find this bot helpful, give us a star on GitHub!)
β’ New Features:
β’ Integrated Auto-Delete: No need for a separate auto-delete bot!
β’ New Commands: Use
β’ Hyperlink Mode: Enhanced link formatting for improved usability.
β’ Bug Reports/Support: Need help or found a bug? Contact us at: @mnbots_support
β’ GitHub: π https://github.com/mn-bots/ShobanaFilterBot (β If you find this bot helpful, give us a star on GitHub!)
β’ New Features:
β’ Integrated Auto-Delete: No need for a separate auto-delete bot!
β’ New Commands: Use
/movies and /series to quickly find newly added content.β’ Hyperlink Mode: Enhanced link formatting for improved usability.
β’ Bug Reports/Support: Need help or found a bug? Contact us at: @mnbots_support
Solved Some Errors
β€7π6π1
β¨ Introducing our new bot! π€ @Tera_Box_Downloader_mnbot π€
Send a TeraBox link to download videos!
β οΈ Found an issue or have a suggestion? Reach out to our support team @mnbots_support β weβre always working to improve! π
(Note: Remember, only videos under 200MB are supported for now!)
Send a TeraBox link to download videos!
β οΈ Found an issue or have a suggestion? Reach out to our support team @mnbots_support β weβre always working to improve! π
(Note: Remember, only videos under 200MB are supported for now!)
β€4β‘2π2π1π1
β€2
Mn Bots
β¨ Introducing our new bot! π€ @Tera_Box_Downloader_mnbot π€ Send a TeraBox link to download videos! β οΈ Found an issue or have a suggestion? Reach out to our support team @mnbots_support β weβre always working to improve! π (Note: Remember, only videos underβ¦
How to set up the dumb channel:
1. Create a new channel.
2. Make the bot an admin with all permissions.
3. Send the command: /setchat followed by your channel ID.
(Note: Bot Only Send Files In Dumb Channel )
1. Create a new channel.
2. Make the bot an admin with all permissions.
3. Send the command: /setchat followed by your channel ID.
(Note: Bot Only Send Files In Dumb Channel )
β€2
Send your TeraBox links directly to @Tera_Box_Downloader_mnbot in a private message.
β’ No limits
β’ No channel setup
β’ Errors fixed
β’ Supports videos under 2GB
Just verify and send your link!
β’ No limits
β’ No channel setup
β’ Errors fixed
β’ Supports videos under 2GB
Just verify and send your link!
β€2β‘1π1