From c801a79d740cd57237837cfd1a7b94ead9385ec5 Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Wed, 13 Apr 2022 16:50:35 +0530 Subject: [PATCH 01/14] Update Commands.py --- LuciferMoringstar_Robot/Commands.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LuciferMoringstar_Robot/Commands.py b/LuciferMoringstar_Robot/Commands.py index 44591176..66bc75ae 100644 --- a/LuciferMoringstar_Robot/Commands.py +++ b/LuciferMoringstar_Robot/Commands.py @@ -115,10 +115,10 @@ async def start(bot, message): disable_web_page_preview=True, reply_markup=InlineKeyboardMarkup( [[ - InlineKeyboardButton("Search Here", switch_inline_query_current_chat='') + InlineKeyboardButton("🔎 Search Movies 🔍", switch_inline_query_current_chat='') ],[ - InlineKeyboardButton("Help", callback_data="help"), - InlineKeyboardButton("About", callback_data="about") + InlineKeyboardButton("ℹ️ HELP 👨‍💻", callback_data="help"), + InlineKeyboardButton("About 😊", callback_data="about") ]] ) ) @@ -331,7 +331,7 @@ async def bot_info(bot, message): buttons = [ [ - InlineKeyboardButton('Deploy Video', url=f'{TUTORIAL}') + InlineKeyboardButton(' Other Bots 🤖', url=f'{TUTORIAL}') ] ] await message.reply(text=f"{ABOUT}", reply_markup=InlineKeyboardMarkup(buttons), disable_web_page_preview=True) From 0a8d2bbbe1fe01ed2c956e25ecee4418e10f3d68 Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Wed, 13 Apr 2022 16:53:13 +0530 Subject: [PATCH 02/14] Update Main.py --- LuciferMoringstar_Robot/Filter/Main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuciferMoringstar_Robot/Filter/Main.py b/LuciferMoringstar_Robot/Filter/Main.py index 0208a300..573dd7de 100644 --- a/LuciferMoringstar_Robot/Filter/Main.py +++ b/LuciferMoringstar_Robot/Filter/Main.py @@ -308,7 +308,7 @@ async def cb_handler(client: Client, query: CallbackQuery): f_caption = f"{files.file_name}" buttons = [ [ - InlineKeyboardButton('🖥️ How To Own 🖥️', url=f'{TUTORIAL}') + InlineKeyboardButton('⚙️ UPDATES CHANNEL ⚙️', url=f'{TUTORIAL}') ] ] @@ -339,7 +339,7 @@ async def cb_handler(client: Client, query: CallbackQuery): f_caption = f"{title}" buttons = [ [ - InlineKeyboardButton('🖥️ How To Own 🖥️', url=f'{TUTORIAL}') + InlineKeyboardButton('⚙️ UPDATES CHANNEL ⚙️', url=f'{TUTORIAL}') ] ] From 5e576fbf6cf3c65dad71118fb0896c82bf99b243 Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Wed, 13 Apr 2022 16:55:08 +0530 Subject: [PATCH 03/14] Update Config.py --- Config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Config.py b/Config.py index 697c1bd0..0ae01725 100644 --- a/Config.py +++ b/Config.py @@ -28,6 +28,7 @@ AUTH_CHANNEL = int(auth_channel) if auth_channel and id_pattern.search(auth_channel) else auth_channel AUTH_GROUPS = [int(admin) for admin in environ.get("AUTH_GROUPS", "").split()] TUTORIAL = "https://youtu.be/5hnYOKBzyi8" +TOTURIAL = "https:))t.me/mh_Botz" # MongoDB information DATABASE_URI = environ['DATABASE_2'] DATABASE_NAME = environ['BOT_NAME'] From c99c0a9ba42947a267078249b286ee455b617516 Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Wed, 13 Apr 2022 16:56:26 +0530 Subject: [PATCH 04/14] Update Config.py --- Config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.py b/Config.py index 0ae01725..cc08e7ef 100644 --- a/Config.py +++ b/Config.py @@ -27,7 +27,7 @@ auth_channel = environ.get('FORCES_SUB') AUTH_CHANNEL = int(auth_channel) if auth_channel and id_pattern.search(auth_channel) else auth_channel AUTH_GROUPS = [int(admin) for admin in environ.get("AUTH_GROUPS", "").split()] -TUTORIAL = "https://youtu.be/5hnYOKBzyi8" +TUTORIAL = "https://t.me/file_search_updates" TOTURIAL = "https:))t.me/mh_Botz" # MongoDB information DATABASE_URI = environ['DATABASE_2'] From 9191c624895573b0aebe3c07c7f5cda50457911f Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Wed, 13 Apr 2022 16:58:15 +0530 Subject: [PATCH 05/14] Update Commands.py --- LuciferMoringstar_Robot/Commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuciferMoringstar_Robot/Commands.py b/LuciferMoringstar_Robot/Commands.py index 66bc75ae..8793b5ed 100644 --- a/LuciferMoringstar_Robot/Commands.py +++ b/LuciferMoringstar_Robot/Commands.py @@ -331,7 +331,7 @@ async def bot_info(bot, message): buttons = [ [ - InlineKeyboardButton(' Other Bots 🤖', url=f'{TUTORIAL}') + InlineKeyboardButton(' Other Bots 🤖', url=f'{TOTURIAL}') ] ] await message.reply(text=f"{ABOUT}", reply_markup=InlineKeyboardMarkup(buttons), disable_web_page_preview=True) From 5e3e87b647cb09dfceb7e8a601c2edfb02565b09 Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:01:17 +0530 Subject: [PATCH 06/14] Update Main.py --- LuciferMoringstar_Robot/Filter/Main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuciferMoringstar_Robot/Filter/Main.py b/LuciferMoringstar_Robot/Filter/Main.py index 573dd7de..94d60312 100644 --- a/LuciferMoringstar_Robot/Filter/Main.py +++ b/LuciferMoringstar_Robot/Filter/Main.py @@ -1,5 +1,5 @@ # (c) PR0FESS0R-99 -from Config import AUTH_CHANNEL, AUTH_USERS, CUSTOM_FILE_CAPTION, API_KEY, AUTH_GROUPS, TUTORIAL +from Config import AUTH_CHANNEL, AUTH_USERS, CUSTOM_FILE_CAPTION, API_KEY, AUTH_GROUPS, TUTORIAL,TOTURIAL from pyrogram.types import InlineKeyboardMarkup, InlineKeyboardButton, CallbackQuery from pyrogram import Client, filters import re @@ -285,7 +285,7 @@ async def cb_handler(client: Client, query: CallbackQuery): elif query.data == "about": buttons = [ [ - InlineKeyboardButton('Making Video', url=f'{TUTORIAL}') + InlineKeyboardButton(' Other Bots 🤖', url=f'{TOTURIAL}') ] ] await query.message.edit(text=f"{ABOUT}", reply_markup=InlineKeyboardMarkup(buttons), disable_web_page_preview=True) From f61db7b8744f922fd4791a11dc85b6ff30d44bad Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:03:23 +0530 Subject: [PATCH 07/14] Update Main.py --- LuciferMoringstar_Robot/Filter/Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuciferMoringstar_Robot/Filter/Main.py b/LuciferMoringstar_Robot/Filter/Main.py index 94d60312..e37c5366 100644 --- a/LuciferMoringstar_Robot/Filter/Main.py +++ b/LuciferMoringstar_Robot/Filter/Main.py @@ -277,7 +277,7 @@ async def cb_handler(client: Client, query: CallbackQuery): elif query.data == "help": buttons = [ [ - InlineKeyboardButton('Making Video', url=f'{TUTORIAL}') + InlineKeyboardButton('Other Bots 🤖', url=f'{TOTURIAL}') ] ] await query.message.edit(text=f"{HELP}", reply_markup=InlineKeyboardMarkup(buttons), disable_web_page_preview=True) From 8694cf7bb17eb541921de8f536ff9611e9930350 Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:08:55 +0530 Subject: [PATCH 08/14] Update Commands.py --- LuciferMoringstar_Robot/Commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuciferMoringstar_Robot/Commands.py b/LuciferMoringstar_Robot/Commands.py index 8793b5ed..b9397d81 100644 --- a/LuciferMoringstar_Robot/Commands.py +++ b/LuciferMoringstar_Robot/Commands.py @@ -3,7 +3,7 @@ from pyrogram import Client, filters from pyrogram import StopPropagation from pyrogram.types import InlineKeyboardButton, InlineKeyboardMarkup -from Config import START_MSG, CHANNELS, ADMINS, AUTH_CHANNEL, CUSTOM_FILE_CAPTION, TUTORIAL, BROADCAST_CHANNEL, DB_URL, SESSION, ADMIN_ID +from Config import START_MSG, CHANNELS, ADMINS, AUTH_CHANNEL, CUSTOM_FILE_CAPTION, TUTORIAL, BROADCAST_CHANNEL, DB_URL, SESSION, ADMIN_ID ,TOTURIAL from LuciferMoringstar_Robot.Utils import Media, get_file_details from LuciferMoringstar_Robot.Broadcast import broadcast from LuciferMoringstar_Robot import ABOUT From 54cd700d7d77157d5f19d2a6a32b283a0b1ab6ba Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:11:11 +0530 Subject: [PATCH 09/14] Update Config.py --- Config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.py b/Config.py index cc08e7ef..eb49a9b2 100644 --- a/Config.py +++ b/Config.py @@ -28,7 +28,7 @@ AUTH_CHANNEL = int(auth_channel) if auth_channel and id_pattern.search(auth_channel) else auth_channel AUTH_GROUPS = [int(admin) for admin in environ.get("AUTH_GROUPS", "").split()] TUTORIAL = "https://t.me/file_search_updates" -TOTURIAL = "https:))t.me/mh_Botz" +TOTURIAL = "https:))t.me/mh_Botz/5" # MongoDB information DATABASE_URI = environ['DATABASE_2'] DATABASE_NAME = environ['BOT_NAME'] From eb1e9dac87927f1bb10efeec5d274634fc35e76b Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:20:26 +0530 Subject: [PATCH 10/14] Update __init__.py --- LuciferMoringstar_Robot/__init__.py | 38 +++++++++++++++++------------ 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/LuciferMoringstar_Robot/__init__.py b/LuciferMoringstar_Robot/__init__.py index 449d5d82..dd37f5af 100644 --- a/LuciferMoringstar_Robot/__init__.py +++ b/LuciferMoringstar_Robot/__init__.py @@ -11,31 +11,39 @@ ) HELP = """ -Basic Commads -/start :- check am Alive +Bro, Check Movie Name In #Google and Try ! Then No Results Add Movie Year and Try , Again No Results ? It's Not Available In Our Database Or Movie Not Released ! + +ബ്രോ, മൂവിയുടെ പേര് മാത്രം #Google നോക്കിയിട്ട് അടിച്ചു നോക്കുക..!! + +എന്നിട്ടും കിട്ടിയില്ലെങ്കിൽ പേരിന്റെ കൂടെ മൂവി ഇറങ്ങിയ വർഷം കൂടി അടിച്ചു നോക്ക് 😁 + +എനിയും കിട്ടിയില്ലെങ്കിൽ ആ മൂവി ഞങ്ങളുടെ ഡാറ്റാബേസിൽ ഇല്ല, അല്ലെങ്കിൽ ആ മൂവി ഇറങ്ങിയിട്ടില്ല എന്ന് മനസ്സിലാക്കുക! 🤗⚠ + +️📌 Any Help For Movie Searching Contact Admin @MH_HELP_BOT + + + + + + + + + + -Bot Owner Only -/broadcast Replay Any Message or Media -/stats user Status -/ban_user click ban_user more info -/unban_user click unban_user more info -/banned_users Banned User Details -/total How Many Files Added In Database -/logger Get Logs -/delete Delete File From Database """ ABOUT = """ -➥ Name : Auto Filter V3 +➥ Name : 🔎 File Search Bot 🔍 -➥ Creator : [Naughty PROFESSOR]( -https://youtube.com/c/NaughtyPROFESSOR) +➥ Maintained By : [ MH BOTZ ](https:))t.me/mh_botz) + ➥ Language : Python3 ➥ Library : Pyrogram Asyncio 1.13.0 -➥ Tutorial : [Click Me](https://youtu.be/5hnYOKBzyi8) +➥ Source : [Click Me](https://github.com/MH-Botz-b/autofilterbotv3) """ From a915073021376ecfeb489007b0721abc2f2e616a Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:30:08 +0530 Subject: [PATCH 11/14] Update Main.py --- LuciferMoringstar_Robot/Filter/Main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LuciferMoringstar_Robot/Filter/Main.py b/LuciferMoringstar_Robot/Filter/Main.py index e37c5366..bbffab6a 100644 --- a/LuciferMoringstar_Robot/Filter/Main.py +++ b/LuciferMoringstar_Robot/Filter/Main.py @@ -53,7 +53,7 @@ async def filter(client, message): if 2 < len(message.text) < 100: btn = [] search = message.text - mo_tech_yt = f"**🗂️ Title:** {search}\n**⭐ Rating:** {random.choice(RATING)}\n**🎭 Genre:** {random.choice(GENRES)}\n**📤 Uploaded by {message.chat.title}**" + mo_tech_yt = f"**🗂️ Title:** {search}\n**⭐ Rating:** {random.choice(RATING)}\n**🎭 Genre:** {random.choice(GENRES)}\n**📤 Uploaded by @File_Search_V3_Bot**" files = await get_filter_results(query=search) if files: for file in files: @@ -63,7 +63,7 @@ async def filter(client, message): [InlineKeyboardButton(text=f"{filename}",callback_data=f"pr0fess0r_99#{file_id}")] ) else: - await client.send_sticker(chat_id=message.from_user.id, sticker='CAADBQADMwIAAtbcmFelnLaGAZhgBwI') + await client.send_sticker(chat_id=message.from_user.id, sticker='CAACAgIAAxkBAAEEdB5iVh2MpmnMWccwg-K7EVDdOay2sQACfBkAAmKfsUqVV0Nw1j3OjCME') return if not btn: @@ -115,7 +115,7 @@ async def group(client, message): if 2 < len(message.text) < 50: btn = [] search = message.text - mo_tech_yt = f"**🗂️ Title:** {search}\n**⭐ Rating:** {random.choice(RATING)}\n**🎭 Genre:** {random.choice(GENRES)}\n**📤 Uploaded by {message.chat.title}**" + mo_tech_yt = f"**🗂️ Title:** {search}\n**⭐ Rating:** {random.choice(RATING)}\n**🎭 Genre:** {random.choice(GENRES)}\n**📤 Uploaded by @File_Search_V3_Bot**" nyva=BOT.get("username") if not nyva: botusername=await client.get_me() From 810fa10831b3af0966fb4cac45eb8f6f8b395140 Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Sun, 24 Apr 2022 12:22:56 +0530 Subject: [PATCH 12/14] Update Commands.py --- LuciferMoringstar_Robot/Commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuciferMoringstar_Robot/Commands.py b/LuciferMoringstar_Robot/Commands.py index b9397d81..c527d0f7 100644 --- a/LuciferMoringstar_Robot/Commands.py +++ b/LuciferMoringstar_Robot/Commands.py @@ -84,7 +84,7 @@ async def start(bot, message): f_caption = f"{files.file_name}" buttons = [ [ - InlineKeyboardButton('🎖 DEPLOY YOURS 🎖', url=f'{TUTORIAL}') + InlineKeyboardButton('Share This Bot 🔄', url=f'{TUTORIAL}') ] ] await bot.send_cached_media( @@ -331,7 +331,7 @@ async def bot_info(bot, message): buttons = [ [ - InlineKeyboardButton(' Other Bots 🤖', url=f'{TOTURIAL}') + InlineKeyboardButton('Help 👨‍💻', url=f'{TOTURIAL}') ] ] await message.reply(text=f"{ABOUT}", reply_markup=InlineKeyboardMarkup(buttons), disable_web_page_preview=True) From d5e81de939117af17f9b025c79d76c86ec1f8173 Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Sun, 24 Apr 2022 12:26:40 +0530 Subject: [PATCH 13/14] Update Main.py --- LuciferMoringstar_Robot/Filter/Main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LuciferMoringstar_Robot/Filter/Main.py b/LuciferMoringstar_Robot/Filter/Main.py index bbffab6a..438ddab7 100644 --- a/LuciferMoringstar_Robot/Filter/Main.py +++ b/LuciferMoringstar_Robot/Filter/Main.py @@ -277,7 +277,7 @@ async def cb_handler(client: Client, query: CallbackQuery): elif query.data == "help": buttons = [ [ - InlineKeyboardButton('Other Bots 🤖', url=f'{TOTURIAL}') + InlineKeyboardButton('Help 👨‍💻', url=f'{TOTURIAL}') ] ] await query.message.edit(text=f"{HELP}", reply_markup=InlineKeyboardMarkup(buttons), disable_web_page_preview=True) @@ -285,7 +285,7 @@ async def cb_handler(client: Client, query: CallbackQuery): elif query.data == "about": buttons = [ [ - InlineKeyboardButton(' Other Bots 🤖', url=f'{TOTURIAL}') + InlineKeyboardButton(' More Help 👨‍💻', url=f'{TOTURIAL}') ] ] await query.message.edit(text=f"{ABOUT}", reply_markup=InlineKeyboardMarkup(buttons), disable_web_page_preview=True) @@ -308,7 +308,7 @@ async def cb_handler(client: Client, query: CallbackQuery): f_caption = f"{files.file_name}" buttons = [ [ - InlineKeyboardButton('⚙️ UPDATES CHANNEL ⚙️', url=f'{TUTORIAL}') + InlineKeyboardButton('Share This Bot 🔄', url=f'{TUTORIAL}') ] ] @@ -339,7 +339,7 @@ async def cb_handler(client: Client, query: CallbackQuery): f_caption = f"{title}" buttons = [ [ - InlineKeyboardButton('⚙️ UPDATES CHANNEL ⚙️', url=f'{TUTORIAL}') + InlineKeyboardButton('Share This Bot 🔄', url=f'{TUTORIAL}') ] ] From cfea5efddb3c9553cb3252da85c23e461ee0b957 Mon Sep 17 00:00:00 2001 From: MH-BOTZ-b <103573719+MH-BOTZ-b@users.noreply.github.com> Date: Sun, 24 Apr 2022 12:40:37 +0530 Subject: [PATCH 14/14] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5aab4c8..5173c978 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ #### Deploy To Heroku -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/DalinMathew/AutoFilterBotV3) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/mh-botz-b/AutoFilterBotV3) #### Hard Way ```bash