diff --git a/app.json b/app.json index 86ff585c..0959cea7 100644 --- a/app.json +++ b/app.json @@ -15,8 +15,8 @@ "index", "inline" ], - "website": "https://github.com/JOSProjects/IMDb-Movie-Bot", - "repository": "https://github.com/JOSProjects/IMDb-Movie-Bot", + "website": "https://github.com/Kingmaker003/IMDb-Movie-Bot", + "repository": "https://github.com/Kingmaker003/IMDb-Movie-Bot", "env": { "BOT_TOKEN": { "description": "Your bot token.", diff --git a/plugins/commands.py b/plugins/commands.py index b04e1f8e..c55fbee0 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -23,7 +23,7 @@ async def start(client, message): if message.chat.type in ['group', 'supergroup']: buttons = [ [ - InlineKeyboardButton('⭕️ Updates ⭕️', url='https://t.me/josprojects') + InlineKeyboardButton('⭕️ Updates ⭕️', url='https://t.me/tamilblasterslinkz') ], [ InlineKeyboardButton('🛠️ Help', url=f"https://t.me/{temp.U_NAME}?start=help"), @@ -50,8 +50,8 @@ async def start(client, message): ],[ InlineKeyboardButton('🕵️ Search here Movie 🕵️', switch_inline_query_current_chat='') ],[ - InlineKeyboardButton('⭕️ Updates', url='https://t.me/josprojects'), - InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('⭕️ Updates', url='https://t.me/tamilblasterslinkz'), + InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/tamilrockers003') ],[ InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data') ]] @@ -98,8 +98,8 @@ async def start(client, message): ],[ InlineKeyboardButton('🕵️ Search here Movie 🕵️', switch_inline_query_current_chat='') ],[ - InlineKeyboardButton('⭕️ Updates', url='https://t.me/josprojects'), - InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('⭕️ Updates', url='https://t.me/tamilblasterslinkz'), + InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/tamilrockers003') ],[ InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data') ]] @@ -250,11 +250,11 @@ async def start(client, message): f_caption = f"{files.file_name}" buttons = [ [ - InlineKeyboardButton('⭕️ Support', url='https://t.me/JOSPSupport'), - InlineKeyboardButton('Channel ⭕️', url='https://t.me/josprojects/221') + InlineKeyboardButton('⭕️ Support', url='https://t.me/rcmovierequest'), + InlineKeyboardButton('Channel ⭕️', url='https://t.me/tamilblasterslinkz') ], [ - InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/tamilblasterslinkz') ] ] await client.send_cached_media( diff --git a/plugins/inline.py b/plugins/inline.py index e9e230bd..8ca98b27 100644 --- a/plugins/inline.py +++ b/plugins/inline.py @@ -26,7 +26,7 @@ async def answer(bot, query): if not await inline_users(query): await query.answer(results=[], cache_time=0, - switch_pm_text='okDa', + switch_pm_text='okBro', switch_pm_parameter="hehe") return diff --git a/plugins/p_ttishow.py b/plugins/p_ttishow.py index 927e16c8..74895b3d 100644 --- a/plugins/p_ttishow.py +++ b/plugins/p_ttishow.py @@ -38,7 +38,7 @@ async def save_group(bot, message): return buttons = [[ InlineKeyboardButton('ℹ️ Help', url=f"https://t.me/{temp.U_NAME}?start=help"), - InlineKeyboardButton('Updates 📢', url='https://t.me/josprojects/221') + InlineKeyboardButton('Updates 📢', url='https://t.me/brokenupdates') ]] reply_markup=InlineKeyboardMarkup(buttons) await message.reply_text( @@ -49,7 +49,7 @@ async def save_group(bot, message): if settings["welcome"]: for u in message.new_chat_members: buttons = [[ - InlineKeyboardButton('👉 ⚠️ Press me... 🥰 👈', url="https://t.me/josprojects") + InlineKeyboardButton('👉 ⚠️ Press me... 🥰 👈', url="https://t.me/brokenupdates") ]] if (temp.MELCOW).get('welcome') is not None: try: diff --git a/plugins/pm_filter.py b/plugins/pm_filter.py index 5e9bf455..fdd5ad2b 100644 --- a/plugins/pm_filter.py +++ b/plugins/pm_filter.py @@ -97,27 +97,27 @@ 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("☜ 𝕭𝖆𝖈𝖐", callback_data=f"next_{req}_{key}_{off_set}"), InlineKeyboardButton(text=f"Check PM!", url=f"https://t.me/{temp.U_NAME}"), - InlineKeyboardButton(f"📃 {round(int(offset) / 10) + 1} / {round(total / 10)}", + InlineKeyboardButton(f"📇 {round(int(offset) / 10) + 1} / {round(total / 10)}", callback_data="pages")] ) elif off_set is None: btn.append( - [InlineKeyboardButton(f"🗓 {round(int(offset) / 10) + 1} / {round(total / 10)}", callback_data="pages"), + [InlineKeyboardButton(f"📇 {round(int(offset) / 10) + 1} / {round(total / 10)}", callback_data="pages"), InlineKeyboardButton(text=f"Check PM!", url=f"https://t.me/{temp.U_NAME}"), - InlineKeyboardButton("NEXT ⏩", callback_data=f"next_{req}_{key}_{n_offset}")]) + InlineKeyboardButton("𝕹𝖊𝖝𝖙 ☞", callback_data=f"next_{req}_{key}_{n_offset}")]) else: btn.append( [ - InlineKeyboardButton("⏪ BACK", callback_data=f"next_{req}_{key}_{off_set}"), - InlineKeyboardButton(f"🗓 {round(int(offset) / 10) + 1} / {round(total / 10)}", callback_data="pages"), - InlineKeyboardButton("NEXT ⏩", callback_data=f"next_{req}_{key}_{n_offset}")] + InlineKeyboardButton("☜ 𝕭𝖆𝖈𝖐", callback_data=f"next_{req}_{key}_{off_set}"), + InlineKeyboardButton(f"📇 {round(int(offset) / 10) + 1} / {round(total / 10)}", callback_data="pages"), + InlineKeyboardButton("𝕹𝖊𝖝𝖙 ☞", callback_data=f"next_{req}_{key}_{n_offset}")] ) btn.insert(0, [ - InlineKeyboardButton("⭕️ Movie", url="https://t.me/+26XbUS8O3cM1MDU1"), - InlineKeyboardButton("Series ⭕️", url="https://t.me/+VWYQKLaIim4yNjk1") + InlineKeyboardButton("⭕️ Movie", url="https://t.me/tamilblasterslinkz"), + InlineKeyboardButton("Movies ⭕️", url="https://t.me/tamilblasterslinkz") ]) btn.insert(0, [ @@ -382,11 +382,11 @@ async def cb_handler(client: Client, query: CallbackQuery): f_caption = f"{files.file_name}" buttons = [ [ - InlineKeyboardButton('⭕️ Support', url='https://t.me/JOSPSupport'), - InlineKeyboardButton('Channel ⭕️', url='https://t.me/JosProjects') + InlineKeyboardButton('⭕️ Support', url='https://t.me/rcmovierequest'), + InlineKeyboardButton('Channel ⭕️', url='https://t.me/tamilblasterslinkz') ], [ - InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/tamilblasterslinkz') ] ] @@ -436,11 +436,11 @@ async def cb_handler(client: Client, query: CallbackQuery): f_caption = f"{title}" buttons = [ [ - InlineKeyboardButton('⭕️ Support', url='https://t.me/JOSPSupport'), - InlineKeyboardButton('Channel ⭕️', url='https://t.me/JosProjects') + InlineKeyboardButton('⭕️ Support', url='https://t.me/rcmovierequest'), + InlineKeyboardButton('Channel ⭕️', url='https://t.me/tamilblasterslinkz') ], [ - InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/tamilblasterslinkz') ] ] await query.answer() @@ -462,8 +462,8 @@ async def cb_handler(client: Client, query: CallbackQuery): ],[ InlineKeyboardButton('🕵️ Search here Movie 🕵️', switch_inline_query_current_chat='') ],[ - InlineKeyboardButton('⭕️ Updates', url='https://t.me/josprojects'), - InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('⭕️ Updates', url='https://t.me/tamilblasterslinkz'), + InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/rcmovierequest') ],[ InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data') ]] @@ -503,7 +503,7 @@ async def cb_handler(client: Client, query: CallbackQuery): ],[ InlineKeyboardButton('Zombies', callback_data='zombies'), InlineKeyboardButton('« Back', callback_data='start'), - InlineKeyboardButton('Adult Bot 🔞', url='https://t.me/AdultSearchXBot') + InlineKeyboardButton('songs Bot 🎧', url='https://t.me/Tamilmusiclybot') ]] reply_markup = InlineKeyboardMarkup(buttons) await query.message.edit_text( @@ -513,7 +513,7 @@ async def cb_handler(client: Client, query: CallbackQuery): ) elif query.data == "about": buttons = [[ - InlineKeyboardButton('⭕ Status', url='https://t.me/josprojects/221'), + InlineKeyboardButton('⭕ Status', url='https://t.me/brokenupdates/6'), InlineKeyboardButton('Source 🪤', callback_data='source') ],[ InlineKeyboardButton('❓ How to Use ❓', callback_data='help') @@ -927,22 +927,22 @@ 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/{round(int(total_results) / 10)}", callback_data="pages"), + [InlineKeyboardButton(text=f"📇 1/{round(int(total_results) / 10)}", callback_data="pages"), InlineKeyboardButton(text="Check PM!", url=f"https://t.me/{temp.U_NAME}"), - InlineKeyboardButton(text="NEXT ⏩", callback_data=f"next_{req}_{key}_{offset}")] + 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"), InlineKeyboardButton(text="Check PM!", url=f"https://t.me/{temp.U_NAME}")] ) btn.insert(0, [ - InlineKeyboardButton("⭕️ Movie", url="https://t.me/+26XbUS8O3cM1MDU1"), - InlineKeyboardButton("Series ⭕️", url="https://t.me/+VWYQKLaIim4yNjk1") + InlineKeyboardButton("⭕️ Movie", url="https://t.me/tamilblasterslinkz"), + InlineKeyboardButton("Series ⭕️", url="https://t.me/tamilrockers003") ]) btn.insert(0, [ - InlineKeyboardButton("⭕️ Join Our Channel ⭕️",url="https://t.me/imdbprobots/4") + InlineKeyboardButton("⭕️ Join Our Channel ⭕️",url="https://t.me/tamilblasterslinkz") ]) reply_id = message.reply_to_message.message_id if message.reply_to_message else message.message_id imdb = await get_poster(search, file=(files[0]).file_name) if settings["imdb"] else None diff --git a/sample_info.py b/sample_info.py index 0eaa7924..c3635795 100644 --- a/sample_info.py +++ b/sample_info.py @@ -42,8 +42,8 @@ def is_enabled(value, default): P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', "True")), True) IMDB = is_enabled((environ.get('IMDB', "True")), True) SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', "True")), True) -CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name}\n\nSize: {file_size}\n\n{file_caption}\n\n[© TVSeries & Movie Studio](https://t.me/joinchat/prE6ALN6x2hkY2E1)") -IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "🎬 Title: {title}\n📺 Type: {kind}\n📆 Release: {release_date}\n🌟 Rating: {rating} / 10\n(based on {votes} user ratings.)\n\n📀 Runtime: {runtime} minutes\n🎭 Genres: {genres}\n\n☀️ Languages: {languages}\n🎛 Countries: {countries}\n🎥 Director: {director}\n📝 Writers: {writer}\n\n© TVSeries & Movie Studio") +CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name}\n\nSize: {file_size}\n\n{file_caption}\n\n[© Tamil Blasters](https://t.me/tamilblasterslinkz)") +IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "🎬 Title: {title}\n📺 Type: {kind}\n📆 Release: {release_date}\n🌟 Rating: {rating} / 10\n(based on {votes} user ratings.)\n\n📀 Runtime: {runtime} minutes\n🎭 Genres: {genres}\n\n☀️ Languages: {languages}\n🎛 Countries: {countries}\n🎥 Director: {director}\n📝 Writers: {writer}\n\n© Tamilblasters") LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False) SPELL_CHECK_REPLY = is_enabled(environ.get("SPELL_CHECK_REPLY", "False"), False) MAX_LIST_ELM = environ.get("MAX_LIST_ELM", None) diff --git a/script.py b/script.py index ade70592..fa421a27 100644 --- a/script.py +++ b/script.py @@ -12,22 +12,22 @@ class Script(object): Here Is The Help For My Commands.""" ABOUT_TXT = """➥ My name: {} -➥ Creator: Zaute Km +➥ Creator: Tamil Blasters ➥ Library: Pyrogram ➥ Language: Python 𝟹 ➥ Data Base: MongoDB -➥ Bot Server: Heroku +➥ Bot Server: ➥ Build Status: v2.0.1 [ Beta ]""" SOURCE_TXT = """Source: IMDb is a Open source project. -Source: GitHub - Click here 👈 +Source: GitHub - Click here 👈 DEVS: -- Jos Projects +- Tamil Blasters SUPPORT GROUP -- Jos Movie Club""" +- Rc movies Request""" MANUALFILTER_TXT = """Help: Filters @@ -279,7 +279,7 @@ class Script(object): • /short (link) - I will send the shorted links. Example: -/short https://t.me/josprojects +/short https://t.me/Tamilblasterslinkz NOTE: • IMDb should have admin privillage.