May this blessed month bring peace, success, and strong defensesβboth online and offline. Stay ethical, stay secure!
Ramzan Mubarak! π
iniyenkilum nannavu mwoneπ
Please open Telegram to view this post
VIEW IN TELEGRAM
β€10π₯3π₯°2π1π1π1π1
β¨ ShobanaFilterBot Update! β¨
β’ π https://github.com/mn-bots/ShobanaFilterBot
β’ New Features:
β’ π Auto-restart
β’ β€οΈ Keep-alive function (Koyeb sleep problem solved!)
Found a bug? Report it at: @mnbots_support
β’ π https://github.com/mn-bots/ShobanaFilterBot
β’ New Features:
β’ π Auto-restart
β’ β€οΈ Keep-alive function (Koyeb sleep problem solved!)
Found a bug? Report it at: @mnbots_support
β€1π1
need multi functional bot?
like delete , download or transfer your collections from mongo db url π
like delete , download or transfer your collections from mongo db url π
β€4π4π2
Mn Bots
need multi functional bot? like delete , download or transfer your collections from mongo db url π
then suggest me a good idea
This media is not supported in the widget
VIEW IN TELEGRAM
π6β€3
#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