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
Mn Bots
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!
Tera Box Downloader restarted successfully β
β
π1
β¨ ShobanaFilterBot Update! β¨
β’ GitHub:
π https://github.com/mn-bots/ShobanaFilterBot
β If you find this bot helpful, please give us a star on GitHub!
β’ New Features:
β’ Delete Files by Query:
Use the
For example,
β’ Multiple Request Fsub Channel Support:
You can add multiple channels. Easily update the required channels with the
β’ 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, please give us a star on GitHub!
β’ New Features:
β’ Delete Files by Query:
Use the
/deletefiles command to delete all files containing a specific word in their filename. For example,
/deletefiles predvd removes all files with βpredvdβ in their filename. β’ Multiple Request Fsub Channel Support:
You can add multiple channels. Easily update the required channels with the
/fsub command, e.g., /fsub (channel1 id) (channel2 id) (channel3 id)β’ Bug Reports / Support:
Need help or found a bug? Contact us at: @mnbots_support
β€13π₯4β‘1π1π1π1π1
Would you like me to create any new repos, bots, or add new features to existing projects? Let me know!
β€4β‘1
π5β€4π2π2β‘1
Mn Bots
need terabox downloader repo?π
I need at least 50 reactions π« to do this
β€33π8π6π3β‘2π₯2π₯°1π1
Mn Bots
I need at least 50 reactions π« to do this
Please open Telegram to view this post
VIEW IN TELEGRAM
β€11π5π3