Any errors to fix in my repos? Or do you have any new bot ideas? Let me know if you need new features in any of my repos (except ShobanaFilterBot).
β€1
π MN Bots AI API β New Release!
I've just launched the MN Bots Chat Ai API, a fast and simple way to integrate AI chat into your bots, websites, or any coding project.
π API Link: https://mn-chat-bot-api.vercel.app/
β¨ Key Features:
β’ Multi-Model Support: Access Llama 3.3 70B, GPT-4o-mini, and more.
β’ Live Playground: Test your prompts directly on the site before writing code.
β’ Fast & Reliable: Hosted on Vercel for high availability.
π» Quick Example (cURL):
π Check out the full documentation at the link above!
Support: @mnbots_support
I've just launched the MN Bots Chat Ai API, a fast and simple way to integrate AI chat into your bots, websites, or any coding project.
π API Link: https://mn-chat-bot-api.vercel.app/
β¨ Key Features:
β’ Multi-Model Support: Access Llama 3.3 70B, GPT-4o-mini, and more.
β’ Live Playground: Test your prompts directly on the site before writing code.
β’ Fast & Reliable: Hosted on Vercel for high availability.
π» Quick Example (cURL):
curl -X POST https://mn-chat-bot-api.vercel.app/chat \
-H "Content-Type: application/json" \
-d '{
"messages": [{"role": "user", "content": "Hello!"}]
}'
π Check out the full documentation at the link above!
Support: @mnbots_support
β€3β‘1π1
π New Open Source Release!
I am making the source code for Chat-GPT-API public! This is a lightweight, PHP-based AI completion service that you can deploy yourself.
π Repository Link:
https://github.com/MNTGXO/Chat-GPT-API/
π Quick Details:
β’ Multi-Model Support: Switch between Llama 3.3 70B, GPT-4o-mini, and more.
β’ Streaming & JSON: Supports both standard and real-time token streaming.
β’ Ready to Deploy: Works on Vercel, Sevalla, or any PHP environment.
π» Simple Example (cURL):
β οΈ Bug Reporting:
If you find any errors or bugs, please report them in our support group:
π @mnbots_support
I am making the source code for Chat-GPT-API public! This is a lightweight, PHP-based AI completion service that you can deploy yourself.
π Repository Link:
https://github.com/MNTGXO/Chat-GPT-API/
π Quick Details:
β’ Multi-Model Support: Switch between Llama 3.3 70B, GPT-4o-mini, and more.
β’ Streaming & JSON: Supports both standard and real-time token streaming.
β’ Ready to Deploy: Works on Vercel, Sevalla, or any PHP environment.
π» Simple Example (cURL):
curl -X POST https://mn-chat-bot-api.vercel.app/chat \
-H "Content-Type: application/json" \
-d '{
"messages": [{"role": "user", "content": "Hello!"}]
}'
β Feel free to Star the repo if you find it useful!
β οΈ Bug Reporting:
If you find any errors or bugs, please report them in our support group:
π @mnbots_support
β€4π’2
Forwarded from Musammil N
Promotion available. For more details, check out: https://t.me/mntgxo/47
Telegram
Musammil N
#promotiom
π£πππ π£π₯π’π π’π§ππ’π‘ π₯
Promote your content to our audience ! π
β Bot Broadcast (2 Bots): βΉ1200
β Channel Broadcast (4 Channels - 24h): βΉ1000
Our Network:
β’ Bots: 33k+ users each
β’ Main Channels: 29k, 19k, 15k
β’ Sub-channels: 6k, 6.5k, 7k, 2k...β¦
π£πππ π£π₯π’π π’π§ππ’π‘ π₯
Promote your content to our audience ! π
β Bot Broadcast (2 Bots): βΉ1200
β Channel Broadcast (4 Channels - 24h): βΉ1000
Our Network:
β’ Bots: 33k+ users each
β’ Main Channels: 29k, 19k, 15k
β’ Sub-channels: 6k, 6.5k, 7k, 2k...β¦
β€1
β¨ Shobanafilterbot Updated β¨
Issues with deletefiles, fsub, and broadcast are now fixed.
π Found a new bug? Report it here: @mnbots_support
Issues with deletefiles, fsub, and broadcast are now fixed.
π Found a new bug? Report it here: @mnbots_support
β€3
π Shobanafilterbot Update
IMDb features have been fixed! π¬
All bugs and errors related to the /imdb and /mnsearch commands have been resolved. β
Demo : @search_mnbot
π¨ Found a new issue?
Please report any new errors or bugs to @mnbots_support. π’
IMDb features have been fixed! π¬
All bugs and errors related to the /imdb and /mnsearch commands have been resolved. β
Demo : @search_mnbot
Please report any new errors or bugs to @mnbots_support. π’
Please open Telegram to view this post
VIEW IN TELEGRAM
π MN IMDb Apiβ Now Live!
I've launched a dedicated API for IMDb data! Easily integrate movie searches, details, and more into your bots, websites, or any project. π¬
π API Base URL: https://mn-api-imdb.vercel.app/
β¨ Endpoints:
1. Search by Query:
Fetch results for any movie title. π
https://mn-api-imdb.vercel.app/api/search?q={movie_title}
Example: https://mn-api-imdb.vercel.app/api/search?q=kgf
(Response includes Title, Year, IMDb ID, Type, Poster)
2. Search by IMDb ID:
Get detailed information for a specific movie. π₯
https://mn-api-imdb.vercel.app/api/search?id={imdb_id}
Example: https://mn-api-imdb.vercel.app/api/search?id=tt10698680
(Response includes Title, Year, Poster, Plot, Rating, Director, Writer, Stars, Genres, Runtime, Language, ReleaseDate, IMDb ID)
π» Quick Example (cURL - Search by Query):
Support: @mnbots_support π¬
I've launched a dedicated API for IMDb data! Easily integrate movie searches, details, and more into your bots, websites, or any project. π¬
π API Base URL: https://mn-api-imdb.vercel.app/
β¨ Endpoints:
1. Search by Query:
Fetch results for any movie title. π
https://mn-api-imdb.vercel.app/api/search?q={movie_title}
Example: https://mn-api-imdb.vercel.app/api/search?q=kgf
(Response includes Title, Year, IMDb ID, Type, Poster)
2. Search by IMDb ID:
Get detailed information for a specific movie. π₯
https://mn-api-imdb.vercel.app/api/search?id={imdb_id}
Example: https://mn-api-imdb.vercel.app/api/search?id=tt10698680
(Response includes Title, Year, Poster, Plot, Rating, Director, Writer, Stars, Genres, Runtime, Language, ReleaseDate, IMDb ID)
π» Quick Example (cURL - Search by Query):
curl -X GET "https://mn-api-imdb.vercel.app/api/search?q=kgf"
Support: @mnbots_support π¬
β€5
Forwarded from Channels Avaliable
10k request channel available
Price :dm @MrMNTG
Price :dm @MrMNTG
Do you guys want the auto update feature in the Shobhana Filter Bot?
Anonymous Poll
89%
Yesπ
19%
No π
β€2
π Shobana Filter Bot β Major Update!
Weβve overhauled the Movie Updates system and added powerful new commands for easier management.
π¦ GitHub Repository:
https://github.com/Mn-bots/shobanafilterbot
π New: Movie Update Modes
Choose how your channel receives updates:
1οΈβ£ Individual: Auto-posts every movie/series with a deep link.
2οΈβ£ Grouped: Sends updates as a clean, compiled list.
3οΈβ£ Manual: You control the posts using
π New Commands:
β’
β’
β’
β’
β’
β¨ Improvements:
β’ Fixed bugs in IMDb and
β’ Enhanced search logic for
β’ General error fixes and stability improvements.
π¬ Support: @mnbots_support
Weβve overhauled the Movie Updates system and added powerful new commands for easier management.
π¦ GitHub Repository:
https://github.com/Mn-bots/shobanafilterbot
π New: Movie Update Modes
Choose how your channel receives updates:
1οΈβ£ Individual: Auto-posts every movie/series with a deep link.
2οΈβ£ Grouped: Sends updates as a clean, compiled list.
3οΈβ£ Manual: You control the posts using
/sendupnow.π New Commands:
β’
/setupchat β Set the channel for movie updates.β’
/movieupdates β Toggle auto-updates ON/OFF.β’
/admin β Central hub to manage FSub and Update settings.β’
/getdlink β Manually create a post with a deep link.β’
/latest β View all movie data released today.β¨ Improvements:
β’ Fixed bugs in IMDb and
/mnsearch commands.β’ Enhanced search logic for
/movies and /series.β’ General error fixes and stability improvements.
π¬ Support: @mnbots_support
β€8
Mn Bots
π Shobana Filter Bot β Major Update! Weβve overhauled the Movie Updates system and added powerful new commands for easier management. π¦ GitHub Repository: https://github.com/Mn-bots/shobanafilterbot π New: Movie Update Modes Choose how your channel receivesβ¦
Please share and support, guys π . More support equals more features π .
Please open Telegram to view this post
VIEW IN TELEGRAM
β€3
π New Bypass Group!
π https://t.me/MnBypass
Supported: TeraBox, HubCloud, and GDFlix.
How to Bypass:
πΉ Just send the link!
π https://t.me/MnBypass
Supported: TeraBox, HubCloud, and GDFlix.
How to Bypass:
πΉ Just send the link!
β€3
π New Bot Launch:
We are excited to announce our new all-in-one bypass and downloader bot!
β‘οΈ How to Use:
Just send any supported link, and it will automatically create a direct download link for you!
β¨ Supported Sites:
β’ TeraBox π¦
β’ GDFlix π¬
β’ HubCloud βοΈ
π€ Bot Link: @MnBypassBot
@MnBypassBotWe are excited to announce our new all-in-one bypass and downloader bot!
β‘οΈ How to Use:
Just send any supported link, and it will automatically create a direct download link for you!
β¨ Supported Sites:
β’ TeraBox π¦
β’ GDFlix π¬
β’ HubCloud βοΈ
π€ Bot Link: @MnBypassBot
β€3
π @All_Request_Accept_Bot Updated!
We've upgraded our systems and added a highly requested feature for group admins! π‘οΈ
β New Group Security:
The bot will now automatically ban Deleted/Deactivated accounts from your group.
β New Command:
π Improvements:
β’ Better overall performance.
β’ Major bugs and errors have been solved!
π Bug Reporting:
If you find any errors or bugs, please report them in: @mnbots_support
We've upgraded our systems and added a highly requested feature for group admins! π‘οΈ
β New Group Security:
The bot will now automatically ban Deleted/Deactivated accounts from your group.
β New Command:
/autobannow β Use this to manually scan and ban inactive accounts right now.π Improvements:
β’ Better overall performance.
β’ Major bugs and errors have been solved!
π Bug Reporting:
If you find any errors or bugs, please report them in: @mnbots_support
β€1
TeraboxBot (@mnbypassbot) restarted and all errors and bugs have been resolved. The maximum size is 2GB.
β€1
π’ Source Code Available for Purchase
π» Cine Bot Studio (IMDb Bot Creator)
π https://cine-bot-studio.vercel.app/
π¬ Streamy Flix (Movie Streaming Platform)
π https://streamy-flix.vercel.app/
β’ Features: Scraped file system; no high-end server needed.
π€ Contact: @MrMNTG
π» Cine Bot Studio (IMDb Bot Creator)
π https://cine-bot-studio.vercel.app/
π¬ Streamy Flix (Movie Streaming Platform)
π https://streamy-flix.vercel.app/
β’ Features: Scraped file system; no high-end server needed.
π€ Contact: @MrMNTG
β€2
Forwarded from Pavel Durov (Pavel Durov)
Now we know what WhatsAppβs founder meant when he said he βsold his usersβ privacy.β
Stay safe β stay Telegram!
Please open Telegram to view this post
VIEW IN TELEGRAM
Reuters
Texas sues Meta, WhatsApp over encryption privacy claims
The Texas Attorney Generalβs Office on Thursday sued WhatsApp and its parent company Meta Platforms Inc alleging βthey misled consumers about the strength and scope of WhatsApp's βencryption measures, which a Meta spokesman denied.
π€£3