From 21ec5f5685c4d4a8aa2ff327b186c2a7db0404bd Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Wed, 26 Oct 2022 19:20:56 +0530
Subject: [PATCH 01/33] Update app.json
---
app.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app.json b/app.json
index c5bac9c..693f8b7 100644
--- a/app.json
+++ b/app.json
@@ -16,7 +16,7 @@
"inline"
],
"website": "https://github.com/8769ANURAG/EvaMaria",
- "repository": "https://github.com/8769ANURAG/EvaMaria",
+ "repository": "https://github.com/Kingmaker003/EvaMaria",
"env": {
"BOT_TOKEN": {
"description": "Your bot token.",
From c0a929f1918d1e09d2341548fcbbacc9b740551d Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Thu, 27 Oct 2022 20:02:18 +0530
Subject: [PATCH 02/33] Update Script.py
---
Script.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Script.py b/Script.py
index 705486f..b8790b0 100644
--- a/Script.py
+++ b/Script.py
@@ -8,9 +8,9 @@ class script(object):
โ ๏ธMore Help Check Help Button Below
-๐ Powered by @MOVIES_ZILAA
+๐ Powered by @Rcmovieslinks
-ยฉ๏ธ Maintained By @GuruBhai11"""
+ยฉ๏ธ Maintained By @I_am_Professor_7"""
HELP_TXT = """
๐๐ปโโ๏ธ Hellooo {} ๐ค
@@ -34,9 +34,9 @@ class script(object):
โDont Spam Me...๐ค
-๐ Powered by @MOVIES_ZILAA
+๐ Powered by @Rcmovieslinks
-ยฉ๏ธ Maintained By @GuruBhai11"""
+ยฉ๏ธ Maintained By @I_am_Professor_7"""
ABOUT_TXT = """โฏ ๐ผ๐ ๐ฝ๐ฐ๐ผ๐ด: {}
โฏ ๐ฒ๐๐ด๐ฐ๐๐พ๐: แดแด_แดแดแดส
โฏ ๐ป๐ธ๐ฑ๐๐ฐ๐๐: ๐ฟ๐๐๐พ๐ถ๐๐ฐ๐ผ
From 59896230be71af6cd2d95233f1f6cc725c740b56 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Thu, 27 Oct 2022 20:03:48 +0530
Subject: [PATCH 03/33] Update Script.py
---
Script.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Script.py b/Script.py
index b8790b0..c788b89 100644
--- a/Script.py
+++ b/Script.py
@@ -1,9 +1,9 @@
class script(object):
- START_TXT = """Yo...Yo...ANURAG {} ๐
+ START_TXT = """Vanakkam Da Mapala{} ๐
I'm Powerful Auto-Filter Bot You Can Use Me As A Auto-filter in Your Group
Its Easy To Use Me; Just Add Me To Your Group As Admin,
-Thats All, i will Provide Movies There...๐ค๐คช
+Thats All, i will Provide Movies There...๐
โ ๏ธMore Help Check Help Button Below
From 198d37a7e67b18d9c9c831c4f86725f21194e56f Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Thu, 27 Oct 2022 20:25:45 +0530
Subject: [PATCH 04/33] Update pm_filter.py
---
plugins/pm_filter.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugins/pm_filter.py b/plugins/pm_filter.py
index 177905a..3944736 100644
--- a/plugins/pm_filter.py
+++ b/plugins/pm_filter.py
@@ -64,7 +64,7 @@ async def next_page(bot, query):
btn = [
[
InlineKeyboardButton(
- text=f"[{get_size(file.file_size)}]-๐ -{file.file_name}", callback_data=f'files#{file.file_id}'
+ text=f"[{get_size(file.file_size)}]-๐ฐ-{file.file_name}", callback_data=f'files#{file.file_id}'
),
]
for file in files
@@ -641,7 +641,7 @@ async def auto_filter(client, msg, spoll=False):
btn = [
[
InlineKeyboardButton(
- text=f"[{get_size(file.file_size)}]-๐ -{file.file_name}", callback_data=f'{pre}#{file.file_id}'
+ text=f"[{get_size(file.file_size)}]-๐ฐ-{file.file_name}", callback_data=f'{pre}#{file.file_id}'
),
]
for file in files
@@ -708,7 +708,7 @@ async def auto_filter(client, msg, spoll=False):
**locals()
)
else:
- cap = f"๐ Found {total_results} Files For {search} \n\nโก Uploaded By @MOVIES_ZILAA"
+ cap = f"๐ Found {total_results} Files For {search} \n\nโก Uploaded By @Rcmovieslinks"
if imdb and imdb.get('poster'):
try:
await message.reply_photo(photo=imdb.get('poster'), caption=cap[:1024],
From 06c8d9f1e861426e5278f51a069846f146eb7254 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 10:50:10 +0530
Subject: [PATCH 05/33] Update p_ttishow.py
---
plugins/p_ttishow.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugins/p_ttishow.py b/plugins/p_ttishow.py
index 959dbb2..f0e8b24 100644
--- a/plugins/p_ttishow.py
+++ b/plugins/p_ttishow.py
@@ -22,7 +22,7 @@ async def save_group(bot, message):
if message.chat.id in temp.BANNED_CHATS:
# Inspired from a boat of a banana tree
buttons = [[
- InlineKeyboardButton('๐ Support', url=f'https://t.me/MOVIES_ZILAA')
+ InlineKeyboardButton('๐ Support', url=f'https://t.me/rcmovierequest')
]]
reply_markup=InlineKeyboardMarkup(buttons)
k = await message.reply(
@@ -70,7 +70,7 @@ async def leave_a_chat(bot, message):
chat = chat
try:
buttons = [[
- InlineKeyboardButton('๐ Support', url=f'https://t.me/MOVIES_ZILAA')
+ InlineKeyboardButton('๐ Support', url=f'https://t.me/rcmovierequest')
]]
reply_markup=InlineKeyboardMarkup(buttons)
await bot.send_message(
@@ -109,7 +109,7 @@ async def disable_chat(bot, message):
await message.reply('Chat Successfully Disabled')
try:
buttons = [[
- InlineKeyboardButton('๐ Support', url=f'https://t.me/MOVIES_ZILAA')
+ InlineKeyboardButton('๐ Support', url=f'https://t.me/rcmovierequest')
]]
reply_markup=InlineKeyboardMarkup(buttons)
await bot.send_message(
From f2ae18677b188a099322f759d977644f22ad3190 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 12:53:26 +0530
Subject: [PATCH 06/33] Update info.py
---
info.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/info.py b/info.py
index 8056e89..b7c022b 100644
--- a/info.py
+++ b/info.py
@@ -42,8 +42,8 @@ def is_enabled(value, default):
P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', 'True')), False)
IMDB = is_enabled((environ.get('IMDB', 'False')), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
-CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ [แฏโUโแฏแถ](https://t.me/MOVIES_ZILAA)")
-BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [แฏโUโแฏแถ](https://t.me/MOVIES_ZILAA)")
+CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ [๐ฝ๐๐๐๐](https://t.me/rcmovierequest)")
+BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [๐ฝ๐๐๐๐](https://t.me/rcmovieslinks)")
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแด_แดแดแดส](https://t.me/Am_RoBots)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
SPELL_CHECK_REPLY = is_enabled(environ.get("SPELL_CHECK_REPLY", "True"), True)
From e06fb553cdf931875738687cc01de391e2be7c66 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 12:54:32 +0530
Subject: [PATCH 07/33] Update info.py
---
info.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info.py b/info.py
index b7c022b..31c2448 100644
--- a/info.py
+++ b/info.py
@@ -38,7 +38,7 @@ def is_enabled(value, default):
# Others
LOG_CHANNEL = int(environ.get('LOG_CHANNEL', ''))
-SUPPORT_CHAT = environ.get('SUPPORT_CHAT', 'MOVIES_ZILAA')
+SUPPORT_CHAT = environ.get('SUPPORT_CHAT', 'rcmovierequest')
P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', 'True')), False)
IMDB = is_enabled((environ.get('IMDB', 'False')), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
From 1f097b7eb119e422766a661c8e536a71444456ca Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 13:00:19 +0530
Subject: [PATCH 08/33] Update Script.py
---
Script.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Script.py b/Script.py
index c788b89..1bb7d10 100644
--- a/Script.py
+++ b/Script.py
@@ -14,12 +14,10 @@ class script(object):
HELP_TXT = """
๐๐ปโโ๏ธ Hellooo {} ๐ค
-โ Tutorial video is here @sources_cods
-
โ it's Note Complicated...๐ค
โ Search using inline mode
-This methord works on any chat, Just type @Filters_Ro_Bot and then leave a space and search any movie you want...
+This methord works on any chat, Just type @Shinchan_movie_bot and then leave a space and search any movie you want...
โ Available Commands
From edbcd519e5227e7c82314e193fd5a9b476d69f4d Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 13:12:12 +0530
Subject: [PATCH 09/33] Update pm_filter.py
---
plugins/pm_filter.py | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/plugins/pm_filter.py b/plugins/pm_filter.py
index 3944736..42ef6ed 100644
--- a/plugins/pm_filter.py
+++ b/plugins/pm_filter.py
@@ -64,7 +64,7 @@ async def next_page(bot, query):
btn = [
[
InlineKeyboardButton(
- text=f"[{get_size(file.file_size)}]-๐ฐ-{file.file_name}", callback_data=f'files#{file.file_id}'
+ text=f"[{get_size(file.file_size)}] {file.file_name}", callback_data=f'files#{file.file_id}'
),
]
for file in files
@@ -91,20 +91,20 @@ async def next_page(bot, query):
off_set = offset - 10
if n_offset == 0:
btn.append(
- [InlineKeyboardButton("โ๏ธ BACK", callback_data=f"next_{req}_{key}_{off_set}"),
- InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}",
+ [InlineKeyboardButton("๐ BACK", callback_data=f"next_{req}_{key}_{off_set}"),
+ InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}",
callback_data="pages")]
)
elif off_set is None:
btn.append(
- [InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}", callback_data="pages"),
- InlineKeyboardButton("NEXT โถ๏ธ", callback_data=f"next_{req}_{key}_{n_offset}")])
+ [InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}", callback_data="pages"),
+ InlineKeyboardButton("NEXT ๐", callback_data=f"next_{req}_{key}_{n_offset}")])
else:
btn.append(
[
- InlineKeyboardButton("โ๏ธ BACK", callback_data=f"next_{req}_{key}_{off_set}"),
- InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}", callback_data="pages"),
- InlineKeyboardButton("NEXT โถ๏ธ", callback_data=f"next_{req}_{key}_{n_offset}")
+ InlineKeyboardButton("๐ BACK", callback_data=f"next_{req}_{key}_{off_set}"),
+ InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}", callback_data="pages"),
+ InlineKeyboardButton("NEXT ๐", callback_data=f"next_{req}_{key}_{n_offset}")
],
)
try:
@@ -407,7 +407,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
InlineKeyboardButton('โ ๐ฐ๐๐ ๐ผ๐ ๐๐ ๐๐๐๐ ๐ถ๐๐๐๐๐ โ', url=f'http://t.me/{temp.U_NAME}?startgroup=true')
], [
InlineKeyboardButton('๐ ๐๐๐๐๐๐', switch_inline_query_current_chat=''),
- InlineKeyboardButton('๐ค ๐๐๐๐๐๐๐', url='https://t.me/sources_cods')
+ InlineKeyboardButton('๐ค ๐๐๐๐๐๐๐', url='https://t.me/rcmovieslinks')
], [
InlineKeyboardButton('โน๏ธ ๐ท๐๐๐', callback_data='help'),
InlineKeyboardButton('๐ ๐ฐ๐๐๐๐', callback_data='about')
@@ -428,7 +428,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
InlineKeyboardButton('Extra Mods', callback_data='extra')
], [
InlineKeyboardButton('๐ Home', callback_data='start'),
- InlineKeyboardButton('๐ฎ Status', callback_data='stats')
+ InlineKeyboardButton('๐ก Status', callback_data='stats')
]]
reply_markup = InlineKeyboardMarkup(buttons)
await query.message.edit_text(
@@ -438,7 +438,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
)
elif query.data == "about":
buttons = [[
- InlineKeyboardButton('๐ค ๐๐๐๐๐๐๐', url='https://t.me/sources_cods'),
+ InlineKeyboardButton('๐ค ๐๐๐๐๐๐๐', url='https://t.me/rcmovieslinks'),
InlineKeyboardButton('โฅ๏ธ Source', callback_data='source')
], [
InlineKeyboardButton('๐ Home', callback_data='start'),
@@ -641,7 +641,7 @@ async def auto_filter(client, msg, spoll=False):
btn = [
[
InlineKeyboardButton(
- text=f"[{get_size(file.file_size)}]-๐ฐ-{file.file_name}", callback_data=f'{pre}#{file.file_id}'
+ text=f"[{get_size(file.file_size)}] {file.file_name}", callback_data=f'{pre}#{file.file_id}'
),
]
for file in files
@@ -666,12 +666,12 @@ async def auto_filter(client, msg, spoll=False):
BUTTONS[key] = search
req = message.from_user.id if message.from_user else 0
btn.append(
- [InlineKeyboardButton(text=f"๐ 1/{math.ceil(int(total_results) / 10)}", callback_data="pages"),
- InlineKeyboardButton(text="NEXT โถ๏ธ", callback_data=f"next_{req}_{key}_{offset}")]
+ [InlineKeyboardButton(text=f"๐ 1/{math.ceil(int(total_results) / 10)}", callback_data="pages"),
+ InlineKeyboardButton(text="NEXT ๐", callback_data=f"next_{req}_{key}_{offset}")]
)
else:
btn.append(
- [InlineKeyboardButton(text="๐ 1/1", callback_data="pages")]
+ [InlineKeyboardButton(text="๐ 1/1", callback_data="pages")]
)
imdb = await get_poster(search, file=(files[0]).file_name) if settings["imdb"] else None
TEMPLATE = settings['template']
From 49886141743afb0c6df9d72ba67bfb8aec8b1510 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 13:16:01 +0530
Subject: [PATCH 10/33] Update p_ttishow.py
---
plugins/p_ttishow.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/p_ttishow.py b/plugins/p_ttishow.py
index f0e8b24..7ccbf03 100644
--- a/plugins/p_ttishow.py
+++ b/plugins/p_ttishow.py
@@ -38,7 +38,7 @@ async def save_group(bot, message):
return
buttons = [[
InlineKeyboardButton('โน๏ธ ๐ท๐๐๐', url=f"https://t.me/{temp.U_NAME}?start=help"),
- InlineKeyboardButton('๐ข Updates', url='https://t.me/sources_cods')
+ InlineKeyboardButton('๐ข Updates', url='https://t.me/rcmovieslinks')
]]
reply_markup=InlineKeyboardMarkup(buttons)
await message.reply_text(
From 1df4fd45e195e70d58ab6817b217a1b9541e855c Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 13:20:24 +0530
Subject: [PATCH 11/33] Update inline.py
---
plugins/inline.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/inline.py b/plugins/inline.py
index 518f0d9..9708dd8 100644
--- a/plugins/inline.py
+++ b/plugins/inline.py
@@ -33,7 +33,7 @@ async def answer(bot, query):
if AUTH_CHANNEL and not await is_subscribed(bot, query):
await query.answer(results=[],
cache_time=0,
- switch_pm_text='You have to subscribe my channel to use the bot',
+ switch_pm_text='You have to subscribe my channel to use the Me',
switch_pm_parameter="subscribe")
return
From ebbbea33ae598bdde27897c29060055d1495725f Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 13:31:42 +0530
Subject: [PATCH 12/33] Update commands.py
---
plugins/commands.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugins/commands.py b/plugins/commands.py
index 03f6c7d..81c122f 100644
--- a/plugins/commands.py
+++ b/plugins/commands.py
@@ -23,7 +23,7 @@ async def start(client, message):
if message.chat.type in [enums.ChatType.GROUP, enums.ChatType.SUPERGROUP]:
buttons = [
[
- InlineKeyboardButton('๐ค ๐๐๐๐๐๐๐', url='https://t.me/sources_cods')
+ InlineKeyboardButton('๐ค ๐๐๐๐๐๐๐', url='https://t.me/rcmovieslinks')
],
[
InlineKeyboardButton('โน๏ธ ๐ท๐๐๐', url=f"https://t.me/{temp.U_NAME}?start=help"),
@@ -45,7 +45,7 @@ async def start(client, message):
InlineKeyboardButton('โ ๐ฐ๐๐ ๐ผ๐ ๐๐ ๐๐๐๐ ๐ถ๐๐๐๐๐ โ', url=f'http://t.me/{temp.U_NAME}?startgroup=true')
],[
InlineKeyboardButton('๐ ๐๐๐๐๐๐', switch_inline_query_current_chat=''),
- InlineKeyboardButton('๐ค ๐๐๐๐๐๐๐', url='https://t.me/sources_cods')
+ InlineKeyboardButton('๐ค ๐๐๐๐๐๐๐', url='https://t.me/rcmovieslinks')
],[
InlineKeyboardButton('โน๏ธ ๐ท๐๐๐', callback_data='help'),
InlineKeyboardButton('๐ ๐ฐ๐๐๐๐', callback_data='about')
@@ -91,7 +91,7 @@ async def start(client, message):
InlineKeyboardButton('โ ๐ฐ๐๐ ๐ผ๐ ๐๐ ๐๐๐๐ ๐ถ๐๐๐๐๐ โ', url=f'http://t.me/{temp.U_NAME}?startgroup=true')
],[
InlineKeyboardButton('๐ ๐๐๐๐๐๐', switch_inline_query_current_chat=''),
- InlineKeyboardButton('๐ค ๐๐๐๐๐๐๐', url='https://t.me/sources_cods')
+ InlineKeyboardButton('๐ค ๐๐๐๐๐๐๐', url='https://t.me/rcmovieslinks')
],[
InlineKeyboardButton('โน๏ธ ๐ท๐๐๐', callback_data='help'),
InlineKeyboardButton('๐ ๐ฐ๐๐๐๐', callback_data='about')
From 3014aa2cc4c151cd6f859841ced1e8f966d3e6fa Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 13:34:18 +0530
Subject: [PATCH 13/33] Update banned.p
---
plugins/banned.p | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/banned.p b/plugins/banned.p
index 51f05d4..e20e4da 100644
--- a/plugins/banned.p
+++ b/plugins/banned.p
@@ -21,12 +21,12 @@ disabled_group=filters.create(disabled_chat)
@Client.on_message(filters.private & banned_user & filters.incoming)
async def ban_reply(bot, message):
ban = await db.get_ban_status(message.from_user.id)
- await message.reply(f'Sorry Dude, You are Banned to use Me. \nBan Reason: {ban["ban_reason"]}')
+ await message.reply(f'Sorry Da Machan, You are Banned to use Me. \nBan Reason: {ban["ban_reason"]}')
@Client.on_message(filters.group & disabled_group & filters.incoming)
async def grp_bd(bot, message):
buttons = [[
- InlineKeyboardButton('๐๐๐๐๐๐๐', url=f'https://t.me/MOVIES_ZILAA')
+ InlineKeyboardButton('๐๐๐๐๐๐๐', url=f'https://t.me/rcmovierequest')
]]
reply_markup=InlineKeyboardMarkup(buttons)
vazha = await db.get_chat(message.chat.id)
From bd6354a9c55179941ecdc2dd9d22c4a366315821 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 14:06:51 +0530
Subject: [PATCH 14/33] Update start.sh
---
start.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/start.sh b/start.sh
index be1886f..db97b1c 100644
--- a/start.sh
+++ b/start.sh
@@ -1,7 +1,7 @@
if [ -z $UPSTREAM_REPO ]
then
echo "Cloning main Repository"
- git clone https://github.com/AM-ROBOTS/EvaMaria.git /EvaMaria
+ git clone https://github.com/Kingmaker003/EvaMaria /EvaMaria
else
echo "Cloning Custom Repo from $UPSTREAM_REPO "
git clone $UPSTREAM_REPO /EvaMaria
From 57a5c6a44e3f1ea97b111c4ff8430006aaeff70b Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 14:10:27 +0530
Subject: [PATCH 15/33] Update info.py
---
info.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info.py b/info.py
index 31c2448..7df70a9 100644
--- a/info.py
+++ b/info.py
@@ -42,7 +42,7 @@ def is_enabled(value, default):
P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', 'True')), False)
IMDB = is_enabled((environ.get('IMDB', 'False')), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
-CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ [๐ฝ๐๐๐๐](https://t.me/rcmovierequest)")
+CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ [๐ฝ๐๐๐๐](https://t.me/rcmovieslinks)")
BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [๐ฝ๐๐๐๐](https://t.me/rcmovieslinks)")
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแด_แดแดแดส](https://t.me/Am_RoBots)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
From e5e02e06f7744ff077ba5add9c8bd6da6c10b4c7 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 14:12:31 +0530
Subject: [PATCH 16/33] Update app.json
---
app.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app.json b/app.json
index 693f8b7..199a13b 100644
--- a/app.json
+++ b/app.json
@@ -15,7 +15,7 @@
"index",
"inline"
],
- "website": "https://github.com/8769ANURAG/EvaMaria",
+ "website": "https://github.com/Kingmaker003/EvaMaria",
"repository": "https://github.com/Kingmaker003/EvaMaria",
"env": {
"BOT_TOKEN": {
From a8f3c6d14c0d403f982a2971912bd35ec134975a Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Fri, 28 Oct 2022 14:13:22 +0530
Subject: [PATCH 17/33] Update Script.py
---
Script.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Script.py b/Script.py
index 1bb7d10..f819bee 100644
--- a/Script.py
+++ b/Script.py
@@ -44,7 +44,7 @@ class script(object):
โฏ ๐ฑ๐๐ธ๐ป๐ณ ๐๐๐ฐ๐๐๐: v1.0.1 [ ๐ฑ๐ด๐๐ฐ ]"""
SOURCE_TXT = """NOTE:
- Eva Maria is a open source project.
-- Source - https://github.com/8769ANURAG/EvaMaria
+- Source - https://github.com/Kingmaker003/EvaMaria
DEVS:
- แดแด_แดแดแดส"""
From a2f7538f1a8f9a2e683e4b7b4cf59616d884cfcc Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sat, 29 Oct 2022 20:45:15 +0530
Subject: [PATCH 18/33] Update Script.py
---
Script.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/Script.py b/Script.py
index f819bee..e55251b 100644
--- a/Script.py
+++ b/Script.py
@@ -5,7 +5,6 @@ class script(object):
Its Easy To Use Me; Just Add Me To Your Group As Admin,
Thats All, i will Provide Movies There...๐
-
โ ๏ธMore Help Check Help Button Below
๐ Powered by @Rcmovieslinks
From 51daab5eb5b56dbf3905663ce8ac4c91d50f2001 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sat, 29 Oct 2022 20:47:57 +0530
Subject: [PATCH 19/33] Update info.py
---
info.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/info.py b/info.py
index 7df70a9..d32db69 100644
--- a/info.py
+++ b/info.py
@@ -42,8 +42,8 @@ def is_enabled(value, default):
P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', 'True')), False)
IMDB = is_enabled((environ.get('IMDB', 'False')), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
-CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ [๐ฝ๐๐๐๐](https://t.me/rcmovieslinks)")
-BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [๐ฝ๐๐๐๐](https://t.me/rcmovieslinks)")
+CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@Rcmovieslinks](https://t.me/rcmovieslinks)")
+BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@Rcmovieslinks](https://t.me/rcmovieslinks)")
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแด_แดแดแดส](https://t.me/Am_RoBots)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
SPELL_CHECK_REPLY = is_enabled(environ.get("SPELL_CHECK_REPLY", "True"), True)
From 4a5e39a95d0c116885f17efadab4054443df733a Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sun, 30 Oct 2022 11:28:50 +0530
Subject: [PATCH 20/33] Update info.py
---
info.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/info.py b/info.py
index d32db69..c26ca7a 100644
--- a/info.py
+++ b/info.py
@@ -42,7 +42,8 @@ def is_enabled(value, default):
P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', 'True')), False)
IMDB = is_enabled((environ.get('IMDB', 'False')), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
-CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@Rcmovieslinks](https://t.me/rcmovieslinks)")
+CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size}
+ โบ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@Rcmovieslinks](https://t.me/rcmovieslinks)")
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแด_แดแดแดส](https://t.me/Am_RoBots)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
From 825a185677618b12d237cab22bd8c823b5edf566 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sun, 30 Oct 2022 11:31:27 +0530
Subject: [PATCH 21/33] Update info.py
---
info.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/info.py b/info.py
index c26ca7a..03a304b 100644
--- a/info.py
+++ b/info.py
@@ -42,8 +42,7 @@ def is_enabled(value, default):
P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', 'True')), False)
IMDB = is_enabled((environ.get('IMDB', 'False')), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
-CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size}
- โบ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
+CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@Rcmovieslinks](https://t.me/rcmovieslinks)")
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแด_แดแดแดส](https://t.me/Am_RoBots)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
From f81880f48fc408ed21a85a6b11b8fe85d6283d79 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sun, 30 Oct 2022 11:36:58 +0530
Subject: [PATCH 22/33] Update info.py
---
info.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info.py b/info.py
index 03a304b..68dcdf1 100644
--- a/info.py
+++ b/info.py
@@ -42,7 +42,7 @@ def is_enabled(value, default):
P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', 'True')), False)
IMDB = is_enabled((environ.get('IMDB', 'False')), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
-CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
+CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ Powered By [@Rcmovieslinks](https://t.me/Rcmovieslinks)")
BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@Rcmovieslinks](https://t.me/rcmovieslinks)")
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแด_แดแดแดส](https://t.me/Am_RoBots)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
From dcf3d48c1fe1b17696951cd6804374cff5eab285 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sun, 30 Oct 2022 12:04:31 +0530
Subject: [PATCH 23/33] Update info.py
---
info.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info.py b/info.py
index 68dcdf1..03a304b 100644
--- a/info.py
+++ b/info.py
@@ -42,7 +42,7 @@ def is_enabled(value, default):
P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', 'True')), False)
IMDB = is_enabled((environ.get('IMDB', 'False')), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
-CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ Powered By [@Rcmovieslinks](https://t.me/Rcmovieslinks)")
+CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@Rcmovieslinks](https://t.me/rcmovieslinks)")
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแด_แดแดแดส](https://t.me/Am_RoBots)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
From b3c444df5f4e67da15049c1a65f0265fc33d4fa4 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Mon, 31 Oct 2022 21:16:28 +0530
Subject: [PATCH 24/33] Update info.py
---
info.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info.py b/info.py
index 03a304b..7a44e1c 100644
--- a/info.py
+++ b/info.py
@@ -43,7 +43,7 @@ def is_enabled(value, default):
IMDB = is_enabled((environ.get('IMDB', 'False')), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
-BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@Rcmovieslinks](https://t.me/rcmovieslinks)")
+BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@loveatmovies123](https://t.me/loveatmovies123)")
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแด_แดแดแดส](https://t.me/Am_RoBots)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
SPELL_CHECK_REPLY = is_enabled(environ.get("SPELL_CHECK_REPLY", "True"), True)
From 2e325213f8da7cdf1f423fae52df700a6b024d5d Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Mon, 31 Oct 2022 21:22:44 +0530
Subject: [PATCH 25/33] Update pm_filter.py
---
plugins/pm_filter.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/pm_filter.py b/plugins/pm_filter.py
index 42ef6ed..50115a5 100644
--- a/plugins/pm_filter.py
+++ b/plugins/pm_filter.py
@@ -708,7 +708,7 @@ async def auto_filter(client, msg, spoll=False):
**locals()
)
else:
- cap = f"๐ Found {total_results} Files For {search} \n\nโก Uploaded By @Rcmovieslinks"
+ cap = f"๐ Found {total_results} Files For {search} \n\nโก Uploaded By @loveatmovies123"
if imdb and imdb.get('poster'):
try:
await message.reply_photo(photo=imdb.get('poster'), caption=cap[:1024],
From 57d0fab6c11f503d380fed8083f5a804a5d7e019 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sat, 5 Nov 2022 20:20:36 +0530
Subject: [PATCH 26/33] Update Script.py
---
Script.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Script.py b/Script.py
index e55251b..f51bd43 100644
--- a/Script.py
+++ b/Script.py
@@ -35,7 +35,7 @@ class script(object):
ยฉ๏ธ Maintained By @I_am_Professor_7"""
ABOUT_TXT = """โฏ ๐ผ๐ ๐ฝ๐ฐ๐ผ๐ด: {}
-โฏ ๐ฒ๐๐ด๐ฐ๐๐พ๐: แดแด_แดแดแดส
+โฏ ๐ฒ๐๐ด๐ฐ๐๐พ๐: แดแด_แดแดแดส
โฏ ๐ป๐ธ๐ฑ๐๐ฐ๐๐: ๐ฟ๐๐๐พ๐ถ๐๐ฐ๐ผ
โฏ ๐ป๐ฐ๐ฝ๐ถ๐๐ฐ๐ถ๐ด: ๐ฟ๐๐๐ท๐พ๐ฝ ๐น
โฏ ๐ณ๐ฐ๐๐ฐ ๐ฑ๐ฐ๐๐ด: ๐ผ๐พ๐ฝ๐ถ๐พ ๐ณ๐ฑ
@@ -46,13 +46,13 @@ class script(object):
- Source - https://github.com/Kingmaker003/EvaMaria
DEVS:
-- แดแด_แดแดแดส"""
+- แดแด_แดแดแดส"""
MANUELFILTER_TXT = """Help: Filters
- Filter is the feature were users can set automated replies for a particular keyword and EvaMaria will respond whenever a keyword is found the message
NOTE:
-1. eva maria should have admin privillage.
+1. Bot should have admin privillage.
2. only admins can add filters in a chat.
3. alert buttons have a limit of 64 characters.
@@ -67,11 +67,11 @@ class script(object):
NOTE:
1. Telegram will not allows you to send buttons without any content, so content is mandatory.
-2. Eva Maria supports buttons with any telegram media type.
+2. Bot supports buttons with any telegram media type.
3. Buttons should be properly parsed as markdown format
URL buttons:
-[Button Text](buttonurl:https://t.me/sources_cods)
+[Button Text](buttonurl:https://t.me/Rcmovieslinks)
Alert buttons:
[Button Text](buttonalert:This is an alert message)"""
From 73114a3e889f699e7982547d775baa37b443da5c Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sat, 5 Nov 2022 20:23:11 +0530
Subject: [PATCH 27/33] Update info.py
---
info.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info.py b/info.py
index 7a44e1c..229ece0 100644
--- a/info.py
+++ b/info.py
@@ -44,7 +44,7 @@ def is_enabled(value, default):
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@loveatmovies123](https://t.me/loveatmovies123)")
-IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแด_แดแดแดส](https://t.me/Am_RoBots)")
+IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแด_แดแดแดส](https://t.me/Rcmovieslinks)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
SPELL_CHECK_REPLY = is_enabled(environ.get("SPELL_CHECK_REPLY", "True"), True)
MAX_LIST_ELM = environ.get("MAX_LIST_ELM", None)
From 746635dd945f90fd22a7dfef5d77b7326267f197 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sat, 5 Nov 2022 20:27:12 +0530
Subject: [PATCH 28/33] Update pm_filter.py
---
plugins/pm_filter.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/plugins/pm_filter.py b/plugins/pm_filter.py
index 50115a5..e00043a 100644
--- a/plugins/pm_filter.py
+++ b/plugins/pm_filter.py
@@ -92,18 +92,18 @@ async def next_page(bot, query):
if n_offset == 0:
btn.append(
[InlineKeyboardButton("๐ BACK", callback_data=f"next_{req}_{key}_{off_set}"),
- InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}",
+ InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}",
callback_data="pages")]
)
elif off_set is None:
btn.append(
- [InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}", callback_data="pages"),
+ [InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}", callback_data="pages"),
InlineKeyboardButton("NEXT ๐", callback_data=f"next_{req}_{key}_{n_offset}")])
else:
btn.append(
[
InlineKeyboardButton("๐ BACK", callback_data=f"next_{req}_{key}_{off_set}"),
- InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}", callback_data="pages"),
+ InlineKeyboardButton(f"๐ {math.ceil(int(offset) / 10) + 1} / {math.ceil(total / 10)}", callback_data="pages"),
InlineKeyboardButton("NEXT ๐", callback_data=f"next_{req}_{key}_{n_offset}")
],
)
@@ -666,12 +666,12 @@ async def auto_filter(client, msg, spoll=False):
BUTTONS[key] = search
req = message.from_user.id if message.from_user else 0
btn.append(
- [InlineKeyboardButton(text=f"๐ 1/{math.ceil(int(total_results) / 10)}", callback_data="pages"),
+ [InlineKeyboardButton(text=f"๐ 1/{math.ceil(int(total_results) / 10)}", callback_data="pages"),
InlineKeyboardButton(text="NEXT ๐", callback_data=f"next_{req}_{key}_{offset}")]
)
else:
btn.append(
- [InlineKeyboardButton(text="๐ 1/1", callback_data="pages")]
+ [InlineKeyboardButton(text="๐ 1/1", callback_data="pages")]
)
imdb = await get_poster(search, file=(files[0]).file_name) if settings["imdb"] else None
TEMPLATE = settings['template']
From 0bd99e0642842f462c461c84ca206b7ed38e4397 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sat, 5 Nov 2022 20:38:26 +0530
Subject: [PATCH 29/33] Update pm_filter.py
---
plugins/pm_filter.py | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/plugins/pm_filter.py b/plugins/pm_filter.py
index e00043a..51c36c8 100644
--- a/plugins/pm_filter.py
+++ b/plugins/pm_filter.py
@@ -127,7 +127,7 @@ async def advantage_spoll_choker(bot, query):
if not movies:
return await query.answer("You are clicking on an old button which is expired.", show_alert=True)
movie = movies[(int(movie_))]
- await query.answer('Checking for Movie in database...')
+ await query.answer('Wait Panuga Bro...')
k = await manual_filters(bot, query.message, text=movie)
if k == False:
files, offset, total_results = await get_search_results(movie, offset=0, filter=True)
@@ -462,7 +462,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
)
elif query.data == "manuelfilter":
buttons = [[
- InlineKeyboardButton('๐ฉโ๐ฆฏ Back', callback_data='help'),
+ InlineKeyboardButton('โช๏ธ Back', callback_data='help'),
InlineKeyboardButton('โน๏ธ Buttons', callback_data='button')
]]
reply_markup = InlineKeyboardMarkup(buttons)
@@ -473,7 +473,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
)
elif query.data == "button":
buttons = [[
- InlineKeyboardButton('๐ฉโ๐ฆฏ Back', callback_data='manuelfilter')
+ InlineKeyboardButton('โช๏ธ Back', callback_data='manuelfilter')
]]
reply_markup = InlineKeyboardMarkup(buttons)
await query.message.edit_text(
@@ -483,7 +483,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
)
elif query.data == "autofilter":
buttons = [[
- InlineKeyboardButton('๐ฉโ๐ฆฏ Back', callback_data='help')
+ InlineKeyboardButton('โช๏ธ Back', callback_data='help')
]]
reply_markup = InlineKeyboardMarkup(buttons)
await query.message.edit_text(
@@ -493,7 +493,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
)
elif query.data == "coct":
buttons = [[
- InlineKeyboardButton('๐ฉโ๐ฆฏ Back', callback_data='help')
+ InlineKeyboardButton('โช๏ธ Back', callback_data='help')
]]
reply_markup = InlineKeyboardMarkup(buttons)
await query.message.edit_text(
@@ -503,7 +503,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
)
elif query.data == "extra":
buttons = [[
- InlineKeyboardButton('๐ฉโ๐ฆฏ Back', callback_data='help'),
+ InlineKeyboardButton('โช๏ธ Back', callback_data='help'),
InlineKeyboardButton('๐ฎโโ๏ธ Admin', callback_data='admin')
]]
reply_markup = InlineKeyboardMarkup(buttons)
@@ -514,7 +514,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
)
elif query.data == "admin":
buttons = [[
- InlineKeyboardButton('๐ฉโ๐ฆฏ Back', callback_data='extra')
+ InlineKeyboardButton('โช๏ธ Back', callback_data='extra')
]]
reply_markup = InlineKeyboardMarkup(buttons)
await query.message.edit_text(
@@ -524,7 +524,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
)
elif query.data == "stats":
buttons = [[
- InlineKeyboardButton('๐ฉโ๐ฆฏ Back', callback_data='help'),
+ InlineKeyboardButton('โช๏ธ Back', callback_data='help'),
InlineKeyboardButton('โป๏ธ', callback_data='rfrsh')
]]
reply_markup = InlineKeyboardMarkup(buttons)
@@ -543,7 +543,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
elif query.data == "rfrsh":
await query.answer("Fetching MongoDb DataBase")
buttons = [[
- InlineKeyboardButton('๐ฉโ๐ฆฏ Back', callback_data='help'),
+ InlineKeyboardButton('โช๏ธ Back', callback_data='help'),
InlineKeyboardButton('โป๏ธ', callback_data='rfrsh')
]]
reply_markup = InlineKeyboardMarkup(buttons)
@@ -584,29 +584,29 @@ async def cb_handler(client: Client, query: CallbackQuery):
],
[
InlineKeyboardButton('Bot PM', callback_data=f'setgs#botpm#{settings["botpm"]}#{str(grp_id)}'),
- InlineKeyboardButton('โ
Yes' if settings["botpm"] else 'โ No',
+ InlineKeyboardButton('โ
Yes' if settings["botpm"] else 'โ๏ธ No',
callback_data=f'setgs#botpm#{settings["botpm"]}#{str(grp_id)}')
],
[
InlineKeyboardButton('File Secure',
callback_data=f'setgs#file_secure#{settings["file_secure"]}#{str(grp_id)}'),
- InlineKeyboardButton('โ
Yes' if settings["file_secure"] else 'โ No',
+ InlineKeyboardButton('โ
Yes' if settings["file_secure"] else 'โ๏ธ No',
callback_data=f'setgs#file_secure#{settings["file_secure"]}#{str(grp_id)}')
],
[
InlineKeyboardButton('IMDB', callback_data=f'setgs#imdb#{settings["imdb"]}#{str(grp_id)}'),
- InlineKeyboardButton('โ
Yes' if settings["imdb"] else 'โ No',
+ InlineKeyboardButton('โ
Yes' if settings["imdb"] else 'โ๏ธ No',
callback_data=f'setgs#imdb#{settings["imdb"]}#{str(grp_id)}')
],
[
InlineKeyboardButton('Spell Check',
callback_data=f'setgs#spell_check#{settings["spell_check"]}#{str(grp_id)}'),
- InlineKeyboardButton('โ
Yes' if settings["spell_check"] else 'โ No',
+ InlineKeyboardButton('โ
Yes' if settings["spell_check"] else 'โ๏ธ No',
callback_data=f'setgs#spell_check#{settings["spell_check"]}#{str(grp_id)}')
],
[
InlineKeyboardButton('Welcome', callback_data=f'setgs#welcome#{settings["welcome"]}#{str(grp_id)}'),
- InlineKeyboardButton('โ
Yes' if settings["welcome"] else 'โ No',
+ InlineKeyboardButton('โ
Yes' if settings["welcome"] else 'โ๏ธ No',
callback_data=f'setgs#welcome#{settings["welcome"]}#{str(grp_id)}')
]
]
From ffc122ba435fc430819a5b3c54d216a08d0ab42a Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sat, 5 Nov 2022 20:45:18 +0530
Subject: [PATCH 30/33] Update info.py
---
info.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info.py b/info.py
index 229ece0..6d78565 100644
--- a/info.py
+++ b/info.py
@@ -44,7 +44,7 @@ def is_enabled(value, default):
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@loveatmovies123](https://t.me/loveatmovies123)")
-IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแด_แดแดแดส](https://t.me/Rcmovieslinks)")
+IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแดแดษชส สแดแดแดแดส๊ฑ](https://t.me/Rcmovieslinks)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
SPELL_CHECK_REPLY = is_enabled(environ.get("SPELL_CHECK_REPLY", "True"), True)
MAX_LIST_ELM = environ.get("MAX_LIST_ELM", None)
From 020bdffac4fc30522b7f9ecfe6b10d612ce2e5b8 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sat, 5 Nov 2022 20:46:56 +0530
Subject: [PATCH 31/33] Update info.py
---
info.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/info.py b/info.py
index 6d78565..bdc418c 100644
--- a/info.py
+++ b/info.py
@@ -42,8 +42,8 @@ def is_enabled(value, default):
P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', 'True')), False)
IMDB = is_enabled((environ.get('IMDB', 'False')), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
-CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} ยป {file_size} โบ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
-BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} ยป {file_size} โบ [@loveatmovies123](https://t.me/loveatmovies123)")
+CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} \nยป {file_size} \nโบ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
+BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} \nยป {file_size} \nโบ [@loveatmovies123](https://t.me/loveatmovies123)")
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแดแดษชส สแดแดแดแดส๊ฑ](https://t.me/Rcmovieslinks)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
SPELL_CHECK_REPLY = is_enabled(environ.get("SPELL_CHECK_REPLY", "True"), True)
From 26f9a55c6325e6fc66eaaba45f7391a7f6d363a4 Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Sat, 5 Nov 2022 20:51:55 +0530
Subject: [PATCH 32/33] Update info.py
---
info.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/info.py b/info.py
index bdc418c..a4a8674 100644
--- a/info.py
+++ b/info.py
@@ -42,8 +42,8 @@ def is_enabled(value, default):
P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', 'True')), False)
IMDB = is_enabled((environ.get('IMDB', 'False')), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', 'True')), False)
-CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} \nยป {file_size} \nโบ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
-BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} \nยป {file_size} \nโบ [@loveatmovies123](https://t.me/loveatmovies123)")
+CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name} \n๐File Size {file_size} \n๐ฃ Powered By [@loveatmovies123](https://t.me/loveatmovies123)")
+BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", "{file_name} \n๐File Size {file_size} \n๐ฃ [@loveatmovies123](https://t.me/loveatmovies123)")
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "๐ท ๐ณ๐๐๐
๐พ: {title} \n๐ฎ ๐ธ๐พ๐บ๐: {year} \nโญ๏ธ ๐ฑ๐บ๐๐๐๐๐: {rating}/ 10 \n๐ญ ๐ฆ๐พ๐๐พ๐๐: {genres} \n\n๐ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ [แดแดแดษชส สแดแดแดแดส๊ฑ](https://t.me/Rcmovieslinks)")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
SPELL_CHECK_REPLY = is_enabled(environ.get("SPELL_CHECK_REPLY", "True"), True)
From 5b567598ff3424c15e8385bdbc3ed5b0e0e5905b Mon Sep 17 00:00:00 2001
From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com>
Date: Mon, 14 Nov 2022 15:04:29 +0530
Subject: [PATCH 33/33] Update commands.py
---
plugins/commands.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/plugins/commands.py b/plugins/commands.py
index 81c122f..468aac9 100644
--- a/plugins/commands.py
+++ b/plugins/commands.py
@@ -420,7 +420,7 @@ async def settings(client, message):
callback_data=f'setgs#botpm#{settings["botpm"]}#{grp_id}',
),
InlineKeyboardButton(
- 'โ
Yes' if settings["botpm"] else 'โ No',
+ 'โ
Yes' if settings["botpm"] else 'โ๏ธ No',
callback_data=f'setgs#botpm#{settings["botpm"]}#{grp_id}',
),
],
@@ -430,7 +430,7 @@ async def settings(client, message):
callback_data=f'setgs#file_secure#{settings["file_secure"]}#{grp_id}',
),
InlineKeyboardButton(
- 'โ
Yes' if settings["file_secure"] else 'โ No',
+ 'โ
Yes' if settings["file_secure"] else 'โ๏ธ No',
callback_data=f'setgs#file_secure#{settings["file_secure"]}#{grp_id}',
),
],
@@ -440,7 +440,7 @@ async def settings(client, message):
callback_data=f'setgs#imdb#{settings["imdb"]}#{grp_id}',
),
InlineKeyboardButton(
- 'โ
Yes' if settings["imdb"] else 'โ No',
+ 'โ
Yes' if settings["imdb"] else 'โ๏ธ No',
callback_data=f'setgs#imdb#{settings["imdb"]}#{grp_id}',
),
],
@@ -450,7 +450,7 @@ async def settings(client, message):
callback_data=f'setgs#spell_check#{settings["spell_check"]}#{grp_id}',
),
InlineKeyboardButton(
- 'โ
Yes' if settings["spell_check"] else 'โ No',
+ 'โ
Yes' if settings["spell_check"] else 'โ๏ธ No',
callback_data=f'setgs#spell_check#{settings["spell_check"]}#{grp_id}',
),
],
@@ -460,7 +460,7 @@ async def settings(client, message):
callback_data=f'setgs#welcome#{settings["welcome"]}#{grp_id}',
),
InlineKeyboardButton(
- 'โ
Yes' if settings["welcome"] else 'โ No',
+ 'โ
Yes' if settings["welcome"] else 'โ๏ธ No',
callback_data=f'setgs#welcome#{settings["welcome"]}#{grp_id}',
),
],