File size: 33,581 Bytes
bc96bf6 e831922 5684062 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 bc96bf6 e831922 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 |
import asyncio, re, ast, time, math, logging, random, pyrogram, shutil, psutil
# Pyrogram Functions
from pyrogram.errors.exceptions.bad_request_400 import MediaEmpty, PhotoInvalidDimensions, WebpageMediaEmpty
from pyrogram.types import InlineKeyboardMarkup, InlineKeyboardButton, CallbackQuery, InputMediaPhoto
from pyrogram import Client, filters, enums
from pyrogram.errors import FloodWait, UserIsBlocked, MessageNotModified, PeerIdInvalid
# Helper Function
from Script import script
from utils import get_size, is_subscribed, get_poster, search_gagala, temp, get_settings, save_group_settings, get_shortlink, get_time, humanbytes
from .ExtraMods.carbon import make_carbon
# Database Function
from database.connections_mdb import active_connection, all_connections, delete_connection, if_active, make_active, make_inactive
from database.ia_filterdb import Media, get_file_details, get_search_results
from database.filters_mdb import del_all, find_filter, get_filters
from database.gfilters_mdb import find_gfilter, get_gfilters
from database.users_chats_db import db
# Image Editor Function
from image.edit_1 import bright, mix, black_white, g_blur, normal_blur, box_blur
from image.edit_2 import circle_with_bg, circle_without_bg, sticker, edge_curved, contrast, sepia_mode, pencil, cartoon
from image.edit_3 import green_border, blue_border, black_border, red_border
from image.edit_4 import rotate_90, rotate_180, rotate_270, inverted, round_sticker, removebg_white, removebg_plain, removebg_sticker
from image.edit_5 import normalglitch_1, normalglitch_2, normalglitch_3, normalglitch_4, normalglitch_5, scanlineglitch_1, scanlineglitch_2, scanlineglitch_3, scanlineglitch_4, scanlineglitch_5
# Configuration
from info import ADMINS, AUTH_CHANNEL, AUTH_USERS, CUSTOM_FILE_CAPTION, AUTH_GROUPS, P_TTI_SHOW_OFF, PICS, IMDB, PM_IMDB, SINGLE_BUTTON, PROTECT_CONTENT, \
SPELL_CHECK_REPLY, IMDB_TEMPLATE, IMDB_DELET_TIME, START_MESSAGE, PMFILTER, G_FILTER, BUTTON_LOCK, BUTTON_LOCK_TEXT, SHORT_URL, SHORT_API
logger = logging.getLogger(__name__)
logger.setLevel(logging.ERROR)
@Client.on_callback_query()
async def cb_handler(client: Client, query: CallbackQuery):
if query.data == "close_data":
await query.message.delete()
elif query.data == "delallconfirm":
userid = query.from_user.id
chat_type = query.message.chat.type
if chat_type == enums.ChatType.PRIVATE:
grpid = await active_connection(str(userid))
if grpid is not None:
grp_id = grpid
try:
chat = await client.get_chat(grpid)
title = chat.title
except:
return await query.message.edit_text("Make Sure I'm Present In Your Group!!", quote=True)
else:
return await query.message.edit_text("I'm Not Connected To Any Groups!\ncheck /Connections Or Connect To Any Groups", quote=True)
elif chat_type in [enums.ChatType.GROUP, enums.ChatType.SUPERGROUP]:
grp_id = query.message.chat.id
title = query.message.chat.title
else: return
st = await client.get_chat_member(grp_id, userid)
if (st.status == enums.ChatMemberStatus.OWNER) or (str(userid) in ADMINS): await del_all(query.message, grp_id, title)
else: await query.answer("You Need To Be Group Owner Or An Auth User To Do That!", show_alert=True)
elif query.data == "delallcancel":
userid = query.from_user.id
chat_type = query.message.chat.type
if chat_type == enums.ChatType.PRIVATE:
await query.message.reply_to_message.delete()
await query.message.delete()
elif chat_type in [enums.ChatType.GROUP, enums.ChatType.SUPERGROUP]:
grp_id = query.message.chat.id
st = await client.get_chat_member(grp_id, userid)
if (st.status == enums.ChatMemberStatus.OWNER) or (str(userid) in ADMINS):
await query.message.delete()
try: await query.message.reply_to_message.delete()
except: pass
else: await query.answer("Buddy Don't Touch Others Property π", show_alert=True)
elif "groupcb" in query.data:
group_id = query.data.split(":")[1]
act = query.data.split(":")[2]
hr = await client.get_chat(int(group_id))
title = hr.title
user_id = query.from_user.id
if act == "":
stat = "Connect"
cb = "connectcb"
else:
stat = "Disconnect"
cb = "disconnect"
keyboard = InlineKeyboardMarkup([[
InlineKeyboardButton(f"{stat}", callback_data=f"{cb}:{group_id}"),
InlineKeyboardButton("Delete", callback_data=f"deletecb:{group_id}")
],[
InlineKeyboardButton("Back", callback_data="backcb")]
])
await query.message.edit_text(f"Group Name:- **{title}**\nGroup Id:- `{group_id}`", reply_markup=keyboard, parse_mode=enums.ParseMode.MARKDOWN)
elif "connectcb" in query.data:
group_id = query.data.split(":")[1]
hr = await client.get_chat(int(group_id))
title = hr.title
user_id = query.from_user.id
mkact = await make_active(str(user_id), str(group_id))
if mkact: await query.message.edit_text(f"Connected To: **{title}**", parse_mode=enums.ParseMode.MARKDOWN,)
else: await query.message.edit_text('Some Error Occurred!!', parse_mode="md")
elif "disconnect" in query.data:
group_id = query.data.split(":")[1]
hr = await client.get_chat(int(group_id))
title = hr.title
user_id = query.from_user.id
mkinact = await make_inactive(str(user_id))
if mkinact: await query.message.edit_text(f"Disconnected From **{title}**", parse_mode=enums.ParseMode.MARKDOWN)
else: await query.message.edit_text(f"Some Error Occurred!!", parse_mode=enums.ParseMode.MARKDOWN)
elif "deletecb" in query.data:
user_id = query.from_user.id
group_id = query.data.split(":")[1]
delcon = await delete_connection(str(user_id), str(group_id))
if delcon: await query.message.edit_text("Successfully Deleted Connection")
else: await query.message.edit_text(f"Some Error Occurred!!", parse_mode=enums.ParseMode.MARKDOWN)
elif query.data == "backcb":
userid = query.from_user.id
groupids = await all_connections(str(userid))
if groupids is None:
return await query.message.edit_text("There Are No Active Connections!! Connect To Some Groups First.")
buttons = []
for groupid in groupids:
try:
ttl = await client.get_chat(int(groupid))
title = ttl.title
active = await if_active(str(userid), str(groupid))
act = " - ACTIVE" if active else ""
buttons.append([InlineKeyboardButton(f"{title}{act}", callback_data=f"groupcb:{groupid}:{act}")])
except: pass
if buttons: await query.message.edit_text("Your Connected Group Details ;\n\n", reply_markup=InlineKeyboardMarkup(buttons))
elif "alertmessage" in query.data:
grp_id = query.message.chat.id
i = query.data.split(":")[1]
keyword = query.data.split(":")[2]
reply_text, btn, alerts, fileid = await find_filter(grp_id, keyword)
if alerts is not None:
alerts = ast.literal_eval(alerts)
alert = alerts[int(i)]
alert = alert.replace("\\n", "\n").replace("\\t", "\t")
await query.answer(alert, show_alert=True)
elif "galert" in query.data:
i = query.data.split(":")[1]
keyword = query.data.split(":")[2]
reply_text, btn, alerts, fileid = await find_gfilter("gfilters", keyword)
if alerts is not None:
alerts = ast.literal_eval(alerts)
alert = alerts[int(i)]
alert = alert.replace("\\n", "\n").replace("\\t", "\t")
await query.answer(alert, show_alert=True)
if query.data.startswith("pmfile"):
ident, file_id = query.data.split("#")
files_ = await get_file_details(file_id)
if not files_: return await query.answer('No Such File Exist.')
files = files_[0]
title = files.file_name
size = get_size(files.file_size)
f_caption = f_caption = f"{title}"
if CUSTOM_FILE_CAPTION:
try: f_caption = CUSTOM_FILE_CAPTION.format(mention=query.from_user.mention, file_name='' if title is None else title, file_size='' if size is None else size, file_caption='' if f_caption is None else f_caption)
except Exception as e: logger.exception(e)
try:
if AUTH_CHANNEL and not await is_subscribed(client, query):
return await query.answer(url=f"https://t.me/{temp.U_NAME}?start={ident}_{file_id}")
else:
await client.send_cached_media(chat_id=query.from_user.id, file_id=file_id, caption=f_caption, protect_content=True if ident == "pmfilep" else False)
except Exception as e:
await query.answer(f"β οΈ EΚΚα΄Κ {e}", show_alert=True)
if query.data.startswith("file"):
ident, req, file_id = query.data.split("#")
if BUTTON_LOCK:
if int(req) not in [query.from_user.id, 0]:
return await query.answer(BUTTON_LOCK_TEXT.format(query=query.from_user.first_name), show_alert=True)
files_ = await get_file_details(file_id)
if not files_: return await query.answer('No Such File Exist.')
files = files_[0]
title = files.file_name
size = get_size(files.file_size)
f_caption = f_caption = f"{title}"
settings = await get_settings(query.message.chat.id)
if CUSTOM_FILE_CAPTION:
try: f_caption = CUSTOM_FILE_CAPTION.format(mention=query.from_user.mention, file_name='' if title is None else title, file_size='' if size is None else size, file_caption='' if f_caption is None else f_caption)
except Exception as e: logger.exception(e)
try:
if AUTH_CHANNEL and not await is_subscribed(client, query):
return await query.answer(url=f"https://t.me/{temp.U_NAME}?start={ident}_{file_id}")
elif settings['botpm']:
return await query.answer(url=f"https://t.me/{temp.U_NAME}?start={ident}_{file_id}")
else:
await client.send_cached_media(chat_id=query.from_user.id, file_id=file_id, caption=f_caption, protect_content=True if ident == "filep" else False)
await query.answer('CΚα΄α΄α΄ PM, I Hα΄α΄ α΄ Sα΄Ι΄α΄ FΙͺΚα΄s IΙ΄ Pα΄', show_alert=True)
except UserIsBlocked:
await query.answer('UΙ΄ΚΚα΄α΄α΄ TΚα΄ Bα΄α΄ Mα΄ΚΙ΄ !', show_alert=True)
except PeerIdInvalid:
await query.answer(url=f"https://t.me/{temp.U_NAME}?start={ident}_{file_id}")
except Exception as e:
await query.answer(url=f"https://t.me/{temp.U_NAME}?start={ident}_{file_id}")
elif query.data.startswith("checksub"):
if AUTH_CHANNEL and not await is_subscribed(client, query):
return await query.answer("I LΙͺα΄α΄ Yα΄α΄Κ Sα΄α΄Κα΄Ι΄α΄ss, Bα΄α΄ Dα΄Ι΄'α΄ Bα΄ Oα΄ α΄Κsα΄α΄Κα΄ Oα΄α΄Κ π", show_alert=True)
ident, file_id = query.data.split("#")
files_ = await get_file_details(file_id)
if not files_: return await query.answer('NO SUCH FILE EXIST....')
files = files_[0]
title = files.file_name
size = get_size(files.file_size)
f_caption = f_caption = f"{title}"
if CUSTOM_FILE_CAPTION:
try: f_caption = CUSTOM_FILE_CAPTION.format(mention=query.from_user.mention, file_name='' if title is None else title, file_size='' if size is None else size, file_caption='' if f_caption is None else f_caption)
except Exception as e: logger.exception(e)
await client.send_cached_media(chat_id=query.from_user.id, file_id=file_id, caption=f_caption, protect_content=True if ident == 'checksubp' else False)
elif query.data == "removebg":
buttons = [[
InlineKeyboardButton(text="πΆπππ πΆππππΎ π‘π¦", callback_data="rmbgwhite"),
InlineKeyboardButton(text="πΆππππππ π‘π¦", callback_data="rmbgplain"),
],[
InlineKeyboardButton(text="π²πππΌππΎπ", callback_data="rmbgsticker"),
],[
InlineKeyboardButton('π±π°π²πΊ', callback_data='photo')
]]
await query.message.edit_text("**Select Required Mode**", reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "stick":
buttons = [[
InlineKeyboardButton(text="πππππΊπ
", callback_data="stkr"),
InlineKeyboardButton(text="π€π½ππΎ π’ππππΎπ½", callback_data="cur_ved"),
],[
InlineKeyboardButton(text="π’πππΌπ
πΎ", callback_data="circle_sticker")
],[
InlineKeyboardButton('π±π°π²πΊ', callback_data='photo')
]]
await query.message.edit("**Select A Type**", reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "rotate":
buttons = [[
InlineKeyboardButton(text="180", callback_data="180"),
InlineKeyboardButton(text="90", callback_data="90")
],[
InlineKeyboardButton(text="270", callback_data="270")
],[
InlineKeyboardButton('π±π°π²πΊ', callback_data='photo')
]]
await query.message.edit_text("**Select The Degree**", reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "glitch":
buttons = [[
InlineKeyboardButton(text="πππππΊπ
", callback_data="normalglitch"),
InlineKeyboardButton(text="π²πΌπΊπ π«πΊπππ", callback_data="scanlineglitch")
],[
InlineKeyboardButton('π±π°π²πΊ', callback_data='photo')
]]
await query.message.edit_text("**Select Required Mode**", reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "normalglitch":
buttons = [[
InlineKeyboardButton(text="1", callback_data="normalglitch1"),
InlineKeyboardButton(text="2", callback_data="normalglitch2"),
InlineKeyboardButton(text="3", callback_data="normalglitch3"),
],[
InlineKeyboardButton(text="4", callback_data="normalglitch4"),
InlineKeyboardButton(text="5", callback_data="normalglitch5"),
],[
InlineKeyboardButton('π±π°π²πΊ', callback_data='glitch')
]]
await query.message.edit_text(text="**Select Glitch Power Level**", reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "scanlineglitch":
buttons = [[
InlineKeyboardButton(text="1", callback_data="scanlineglitch1"),
InlineKeyboardButton(text="2", callback_data="scanlineglitch2"),
InlineKeyboardButton(text="3", callback_data="scanlineglitch3"),
],[
InlineKeyboardButton(text="4", callback_data="scanlineglitch4"),
InlineKeyboardButton(text="5", callback_data="scanlineglitch5"),
],[
InlineKeyboardButton('π±π°π²πΊ', callback_data='glitch')
]]
await query.message.edit_text("**Select Glitch Power Level**", reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "blur":
buttons = [[
InlineKeyboardButton(text="π‘ππ", callback_data="box"),
InlineKeyboardButton(text="πππππΊπ
", callback_data="normal"),
],[
InlineKeyboardButton(text="π¦πΊπππππΊπ", callback_data="gas")
],[
InlineKeyboardButton('π±π°π²πΊ', callback_data='photo')
]]
await query.message.edit("**Select A Type**", reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "circle":
buttons = [[
InlineKeyboardButton(text="πΆπππ π‘π¦", callback_data="circlewithbg"),
InlineKeyboardButton(text="πΆππππππ π‘π¦", callback_data="circlewithoutbg"),
],[
InlineKeyboardButton('π±π°π²πΊ', callback_data='photo')
]]
await query.message.edit_text("**Select Required Mode**", reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "border":
buttons = [[
InlineKeyboardButton(text="π±πΎπ½", callback_data="red"),
InlineKeyboardButton(text="π¦ππΎπΎπ", callback_data="green"),
],[
InlineKeyboardButton(text="π‘π
πΊπΌπ", callback_data="black"),
InlineKeyboardButton(text="π‘π
ππΎ", callback_data="blue"),
],[
InlineKeyboardButton('π±π°π²πΊ', callback_data='photo')
]]
await query.message.edit("**Select Border**", reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "photo":
buttons = [[
InlineKeyboardButton(text="π‘πππππ", callback_data="bright"),
InlineKeyboardButton(text="π¬πππΎπ½", callback_data="mix"),
InlineKeyboardButton(text="π‘ & πΆ", callback_data="b|w"),
],[
InlineKeyboardButton(text="π’πππΌπ
πΎ", callback_data="circle"),
InlineKeyboardButton(text="π‘π
ππ", callback_data="blur"),
InlineKeyboardButton(text="π‘πππ½πΎπ", callback_data="border"),
],[
InlineKeyboardButton(text="π²πππΌππΎπ", callback_data="stick"),
InlineKeyboardButton(text="π±πππΊππΎ", callback_data="rotate"),
InlineKeyboardButton(text="π’πππππΊππ", callback_data="contrast"),
],[
InlineKeyboardButton(text="π²πΎπππΊ", callback_data="sepia"),
InlineKeyboardButton(text="π―πΎππΌππ
", callback_data="pencil"),
InlineKeyboardButton(text="π’πΊπππππ", callback_data="cartoon"),
],[
InlineKeyboardButton(text="π¨πππΎππ", callback_data="inverted"),
InlineKeyboardButton(text="π¦π
πππΌπ", callback_data="glitch"),
InlineKeyboardButton(text="π±πΎππππΎ π‘π¦", callback_data="removebg")
],[
InlineKeyboardButton(text="π’π
πππΎ", callback_data="close_data")
]]
await query.message.edit_text("Sα΄Κα΄α΄α΄ Yα΄α΄Κ Rα΄Η«α΄ΙͺΚα΄α΄
Mα΄α΄
α΄ FΚα΄α΄ Bα΄Κα΄α΄‘!", reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "bright":
await bright(client, query.message)
elif query.data == "mix":
await mix(client, query.message)
elif query.data == "b|w":
await black_white(client, query.message)
elif query.data == "circlewithbg":
await circle_with_bg(client, query.message)
elif query.data == "circlewithoutbg":
await circle_without_bg(client, query.message)
elif query.data == "green":
await green_border(client, query.message)
elif query.data == "blue":
await blue_border(client, query.message)
elif query.data == "red":
await red_border(client, query.message)
elif query.data == "black":
await black_border(client, query.message)
elif query.data == "circle_sticker":
await round_sticker(client, query.message)
elif query.data == "inverted":
await inverted(client, query.message)
elif query.data == "stkr":
await sticker(client, query.message)
elif query.data == "cur_ved":
await edge_curved(client, query.message)
elif query.data == "90":
await rotate_90(client, query.message)
elif query.data == "180":
await rotate_180(client, query.message)
elif query.data == "270":
await rotate_270(client, query.message)
elif query.data == "contrast":
await contrast(client, query.message)
elif query.data == "box":
await box_blur(client, query.message)
elif query.data == "gas":
await g_blur(client, query.message)
elif query.data == "normal":
await normal_blur(client, query.message)
elif query.data == "sepia":
await sepia_mode(client, query.message)
elif query.data == "pencil":
await pencil(client, query.message)
elif query.data == "cartoon":
await cartoon(client, query.message)
elif query.data == "normalglitch1":
await normalglitch_1(client, query.message)
elif query.data == "normalglitch2":
await normalglitch_2(client, query.message)
elif query.data == "normalglitch3":
await normalglitch_3(client, query.message)
elif query.data == "normalglitch4":
await normalglitch_4(client, query.message)
elif query.data == "normalglitch5":
await normalglitch_5(client, query.message)
elif query.data == "scanlineglitch1":
await scanlineglitch_1(client, query.message)
elif query.data == "scanlineglitch2":
await scanlineglitch_2(client, query.message)
elif query.data == "scanlineglitch3":
await scanlineglitch_3(client, query.message)
elif query.data == "scanlineglitch4":
await scanlineglitch_4(client, query.message)
elif query.data == "scanlineglitch5":
await scanlineglitch_5(client, query.message)
elif query.data == "rmbgwhite":
await removebg_white(client, query.message)
elif query.data == "rmbgplain":
await removebg_plain(client, query.message)
elif query.data == "rmbgsticker":
await removebg_sticker(client, query.message)
elif query.data == "pages":
await query.answer("π€¨ Cα΄ΚΙͺα΄sΙͺα΄Κ Is A LΙͺα΄α΄Κα΄ Mα΄Κα΄, IsΙ΄'α΄ Iα΄? π", show_alert=True)
elif query.data == "howdl":
try: await query.answer(script.HOW_TO_DOWNLOAD.format(query.from_user.first_name), show_alert=True)
except: await query.message.edit(script.HOW_TO_DOWNLOAD.format(query.from_user.first_name))
elif query.data == "start":
buttons = [[
InlineKeyboardButton("βοΈ Aα΄
α΄
Mα΄ Tα΄ Yα΄α΄Κ CΚα΄α΄ β", url=f"http://t.me/{temp.U_NAME}?startgroup=true")
],[
InlineKeyboardButton("Sα΄α΄Κα΄Κ π", switch_inline_query_current_chat=''),
InlineKeyboardButton("CΚα΄Ι΄Ι΄α΄Κ π", url="https://t.me/mkn_bots_updates")
],[
InlineKeyboardButton("Hα΄Κα΄© πΈοΈ", callback_data="help"),
InlineKeyboardButton("AΚα΄α΄α΄ β¨", callback_data="about")
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), START_MESSAGE.format(user=query.from_user.mention, bot=client.mention), enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "help":
buttons = [[
InlineKeyboardButton('βοΈ Aα΄
α΄ΙͺΙ΄ Pα΄Ι΄α΄Κ βοΈ', 'admin')
],[
InlineKeyboardButton('FΙͺΚα΄α΄Κκ±', 'openfilter'),
InlineKeyboardButton('Cα΄Ι΄Ι΄α΄α΄α΄', 'coct')
],[
InlineKeyboardButton('FΙͺΚα΄ Sα΄α΄Κα΄', 'newdata'),
InlineKeyboardButton('Exα΄Κα΄ Mα΄α΄
α΄', 'extmod')
],[
InlineKeyboardButton('GΚα΄α΄α΄© Mα΄Ι΄α΄Ι’α΄Κ', 'gpmanager'),
InlineKeyboardButton('Bα΄α΄ Sα΄α΄α΄α΄κ± βοΈ', 'stats')
],[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'start')
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.HELP_TXT.format(query.from_user.mention), enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "about":
buttons= [[
InlineKeyboardButton('Sα΄α΄Κα΄α΄ Cα΄α΄
α΄ π', 'source')
],[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'start')
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.ABOUT_TXT.format(temp.B_NAME), enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "source":
buttons = [[
InlineKeyboardButton('κ±α΄α΄Κα΄α΄ α΄α΄α΄
α΄', url='https://github.com/MrMKN/PROFESSOR-BOT')
],[
InlineKeyboardButton('βΉ Bα΄α΄α΄', 'about')
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.SOURCE_TXT, enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "admin":
buttons = [[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'help')
]]
if query.from_user.id not in ADMINS:
return await query.answer("Sα΄ΚΚΚ TΚΙͺs Mα΄Ι΄α΄ OΙ΄ΚΚ Fα΄Κ MΚ Aα΄
α΄ΙͺΙ΄s βοΈ", show_alert=True)
await query.message.edit("PΚα΄α΄α΄κ±κ±ΙͺΙ΄Ι’ Wα΄Ιͺα΄ Fα΄Κ 15 κ±α΄α΄...")
total, used, free = shutil.disk_usage(".")
stats = script.SERVER_STATS.format(get_time(time.time() - client.uptime), psutil.cpu_percent(), psutil.virtual_memory().percent, humanbytes(total), humanbytes(used), psutil.disk_usage('/').percent, humanbytes(free))
stats_pic = await make_carbon(stats, True)
await query.edit_message_media(InputMediaPhoto(stats_pic, script.ADMIN_TXT, enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "openfilter":
buttons = [[
InlineKeyboardButton('Aα΄α΄α΄FΙͺΚα΄α΄Κ', 'autofilter'),
InlineKeyboardButton('Mα΄Ι΄α΄α΄ΚFΙͺΚα΄α΄Κ', 'manuelfilter')
],[
InlineKeyboardButton('GΚα΄Κα΄ΚFΙͺΚα΄α΄Κ', 'globalfilter')
],[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'help')
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.FILTER_TXT, enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "autofilter":
buttons = [[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'openfilter')
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.AUTOFILTER_TXT, enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "manuelfilter":
buttons = [[
InlineKeyboardButton('Bα΄α΄α΄α΄Ι΄ Fα΄Κα΄α΄α΄', 'button')
],[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'openfilter')
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.MANUELFILTER_TXT, enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "globalfilter":
buttons = [[
InlineKeyboardButton('Bα΄α΄α΄α΄Ι΄ Fα΄Κα΄α΄α΄', 'buttong')
],[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'openfilter')
]]
if query.from_user.id not in ADMINS:
return await query.answer("Sα΄ΚΚΚ TΚΙͺs Mα΄Ι΄α΄ OΙ΄ΚΚ Fα΄Κ MΚ Aα΄
α΄ΙͺΙ΄s βοΈ", show_alert=True)
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.GLOBALFILTER_TXT, enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data.startswith("button"):
buttons = [[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', f"{'manuelfilter' if query.data == 'button' else 'globalfilter'}")
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.BUTTON_TXT, enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "coct":
buttons = [[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'help')
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.CONNECTION_TXT, enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "newdata":
buttons = [[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'help')
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.FILE_TXT, enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "extmod":
buttons = [[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'help')
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.EXTRAMOD_TXT, enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "gpmanager":
buttons = [[
InlineKeyboardButton('β CΚα΄κ±α΄', 'close_data'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'help')
]]
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.GROUPMANAGER_TXT, enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data == "stats":
buttons = [[
InlineKeyboardButton('β³ Rα΄κ°Κα΄κ±Κ', 'stats'),
InlineKeyboardButton('Β« Bα΄α΄α΄', 'help')
]]
total = await Media.count_documents()
users = await db.total_users_count()
chats = await db.total_chat_count()
monsize = await db.get_db_size()
free = 536870912 - monsize
monsize = get_size(monsize)
free = get_size(free)
await query.message.edit('Κα΄α΄α΄
ΙͺΙ΄Ι’....')
await query.edit_message_media(InputMediaPhoto(random.choice(PICS), script.STATUS_TXT.format(total, users, chats, monsize, free), enums.ParseMode.HTML), reply_markup=InlineKeyboardMarkup(buttons))
elif query.data.startswith("setgs"):
ident, set_type, status, grp_id = query.data.split("#")
grpid = await active_connection(str(query.from_user.id))
if str(grp_id) != str(grpid):
return await query.message.edit("Yα΄α΄Κ Aα΄α΄Ιͺα΄ α΄ Cα΄Ι΄Ι΄α΄α΄α΄Ιͺα΄Ι΄ Hα΄s Bα΄α΄Ι΄ CΚα΄Ι΄Ι’α΄α΄
. Gα΄ Tα΄ /settings")
if status == "True": await save_group_settings(grpid, set_type, False)
else: await save_group_settings(grpid, set_type, True)
settings = await get_settings(grpid)
if settings is not None:
buttons = [[
InlineKeyboardButton(f"κ°ΙͺΚα΄α΄Κ Κα΄α΄α΄α΄Ι΄ : {'sΙͺΙ΄Ι’Κα΄' if settings['button'] else 'α΄
α΄α΄ΚΚα΄'}", f'setgs#button#{settings["button"]}#{str(grp_id)}')
],[
InlineKeyboardButton(f"κ°ΙͺΚα΄ ΙͺΙ΄ α΄©α΄ κ±α΄α΄Κα΄: {'α΄Ι΄' if settings['botpm'] else 'α΄κ°κ°'}", f'setgs#botpm#{settings["botpm"]}#{str(grp_id)}')
],[
InlineKeyboardButton(f"Κα΄κ±α΄ΚΙͺα΄α΄ α΄α΄Ι΄α΄α΄Ι΄α΄ : {'α΄Ι΄' if settings['file_secure'] else 'α΄κ°κ°'}", f'setgs#file_secure#{settings["file_secure"]}#{str(grp_id)}')
],[
InlineKeyboardButton(f"Ιͺα΄α΄
Κ ΙͺΙ΄ κ°ΙͺΚα΄α΄Κ : {'α΄Ι΄' if settings['imdb'] else 'α΄κ°κ°'}", f'setgs#imdb#{settings["imdb"]}#{str(grp_id)}')
],[
InlineKeyboardButton(f"κ±α΄©α΄ΚΚΙͺΙ΄Ι’ α΄Κα΄α΄α΄ : {'α΄Ι΄' if settings['spell_check'] else 'α΄κ°κ°'}", f'setgs#spell_check#{settings["spell_check"]}#{str(grp_id)}')
],[
InlineKeyboardButton(f"α΄‘α΄Κα΄α΄α΄α΄ α΄α΄κ±κ±α΄Ι’α΄ : {'α΄Ι΄' if settings['welcome'] else 'α΄κ°κ°'}", f'setgs#welcome#{settings["welcome"]}#{str(grp_id)}')
]]
await query.message.edit_reply_markup(InlineKeyboardMarkup(buttons))
|