Spaces:
Running
Running
File size: 25,534 Bytes
156ce57 |
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 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 |
# Ultroid - UserBot
# Copyright (C) 2021-2023 TeamUltroid
#
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
# PLease read the GNU Affero General Public License in
# <https://www.github.com/TeamUltroid/Ultroid/blob/main/LICENSE/>.
"""
✘ Commands Available -
• `{i}gban <reply user/ username>`
• `{i}ungban`
Ban/Unban Globally.
• `{i}gstat <reply to user/userid/username>`
Check if user is GBanned.
• `{i}listgban` : List all GBanned users.
• `{i}gmute` | `{i}ungmute` <reply user/ username>
Mute/UnMute Globally.
• `{i}gkick <reply/username>` `Globally Kick User`
• `{i}gcast <text/reply>` `Globally Send msg in all grps`
• `{i}gadmincast <text/reply>` `Globally broadcast in your admin chats`
• `{i}gucast <text/reply>` `Globally send msg in all pm users`
• `{i}gblacklist <chat id/username/nothing (for current chat)`
Add chat to blacklist and ignores global broadcast.
• `{i}ungblacklist` `Remove the chat from blacklist.`
• `{i}gpromote <reply to user> <channel/group/all> <rank>`
globally promote user where you are admin
- Set whether To promote only in groups/channels/all.
Eg- `gpromote group boss` ~ promotes user in all grps.
`gpromote @username all sar` ~ promote the user in all group & channel
• `{i}gdemote` - `demote user globally`
"""
import asyncio
import os
from telethon.errors.rpcerrorlist import ChatAdminRequiredError, FloodWaitError
from telethon.tl.functions.channels import EditAdminRequest
from telethon.tl.functions.contacts import BlockRequest, UnblockRequest
from telethon.tl.types import ChatAdminRights, User
from pyUltroid.dB import DEVLIST
from pyUltroid.dB.base import KeyManager
from pyUltroid.dB.gban_mute_db import (
gban,
gmute,
is_gbanned,
is_gmuted,
list_gbanned,
ungban,
ungmute,
)
from pyUltroid.fns.tools import create_tl_btn, format_btn, get_msg_button
from . import (
HNDLR,
LOGS,
NOSPAM_CHAT,
OWNER_NAME,
eod,
eor,
get_string,
inline_mention,
ultroid_bot,
ultroid_cmd,
)
from ._inline import something
_gpromote_rights = ChatAdminRights(
add_admins=False,
invite_users=True,
change_info=False,
ban_users=True,
delete_messages=True,
pin_messages=True,
)
_gdemote_rights = ChatAdminRights(
add_admins=False,
invite_users=False,
change_info=False,
ban_users=False,
delete_messages=False,
pin_messages=False,
)
keym = KeyManager("GBLACKLISTS", cast=list)
@ultroid_cmd(pattern="gpromote( (.*)|$)", fullsudo=True)
async def _(e):
x = e.pattern_match.group(1).strip()
ultroid_bot = e.client
if not x:
return await e.eor(get_string("schdl_2"), time=5)
user = await e.get_reply_message()
if user:
ev = await e.eor("`Promoting Replied User Globally`")
ok = e.text.split()
key = "all"
if len(ok) > 1 and (("group" in ok[1]) or ("channel" in ok[1])):
key = ok[1]
rank = ok[2] if len(ok) > 2 else "AdMin"
c = 0
user.id = user.peer_id.user_id if e.is_private else user.from_id.user_id
async for x in e.client.iter_dialogs():
if (
"group" in key.lower()
and x.is_group
or "group" not in key.lower()
and "channel" in key.lower()
and x.is_channel
):
try:
await e.client(
EditAdminRequest(
x.id,
user.id,
_gpromote_rights,
rank,
),
)
c += 1
except BaseException:
pass
elif (
("group" not in key.lower() or x.is_group)
and (
"group" in key.lower()
or "channel" not in key.lower()
or x.is_channel
)
and (
"group" in key.lower()
or "channel" in key.lower()
or x.is_group
or x.is_channel
)
):
try:
await e.client(
EditAdminRequest(
x.id,
user.id,
_gpromote_rights,
rank,
),
)
c += 1
except Exception as er:
LOGS.info(er)
await eor(ev, f"Promoted The Replied Users in Total : {c} {key} chats")
else:
k = e.text.split()
if not k[1]:
return await eor(
e, "`Give someone's username/id or replied to user.", time=5
)
user = k[1]
if user.isdigit():
user = int(user)
try:
name = await e.client.get_entity(user)
except BaseException:
return await e.eor(f"`No User Found Regarding {user}`", time=5)
ev = await e.eor(f"`Promoting {name.first_name} globally.`")
key = "all"
if len(k) > 2 and (("group" in k[2]) or ("channel" in k[2])):
key = k[2]
rank = k[3] if len(k) > 3 else "AdMin"
c = 0
async for x in e.client.iter_dialogs():
if (
"group" in key.lower()
and x.is_group
or "group" not in key.lower()
and "channel" in key.lower()
and x.is_channel
or "group" not in key.lower()
and "channel" not in key.lower()
and (x.is_group or x.is_channel)
):
try:
await ultroid_bot(
EditAdminRequest(
x.id,
user,
_gpromote_rights,
rank,
),
)
c += 1
except BaseException:
pass
await eor(ev, f"Promoted {name.first_name} in Total : {c} {key} chats.")
@ultroid_cmd(pattern="gdemote( (.*)|$)", fullsudo=True)
async def _(e):
x = e.pattern_match.group(1).strip()
ultroid_bot = e.client
if not x:
return await e.eor(get_string("schdl_2"), time=5)
user = await e.get_reply_message()
if user:
user.id = user.peer_id.user_id if e.is_private else user.from_id.user_id
ev = await e.eor("`Demoting Replied User Globally`")
ok = e.text.split()
key = "all"
if len(ok) > 1 and (("group" in ok[1]) or ("channel" in ok[1])):
key = ok[1]
rank = "Not AdMin"
c = 0
async for x in e.client.iter_dialogs():
if (
"group" in key.lower()
and x.is_group
or "group" not in key.lower()
and "channel" in key.lower()
and x.is_channel
or "group" not in key.lower()
and "channel" not in key.lower()
and (x.is_group or x.is_channel)
):
try:
await ultroid_bot(
EditAdminRequest(
x.id,
user.id,
_gdemote_rights,
rank,
),
)
c += 1
except BaseException:
pass
await eor(ev, f"Demoted The Replied Users in Total : {c} {key} chats")
else:
k = e.text.split()
if not k[1]:
return await eor(
e, "`Give someone's username/id or replied to user.", time=5
)
user = k[1]
if user.isdigit():
user = int(user)
try:
name = await ultroid_bot.get_entity(user)
except BaseException:
return await e.eor(f"`No User Found Regarding {user}`", time=5)
ev = await e.eor(f"`Demoting {name.first_name} globally.`")
key = "all"
if len(k) > 2 and (("group" in k[2]) or ("channel" in k[2])):
key = k[2]
rank = "Not AdMin"
c = 0
async for x in ultroid_bot.iter_dialogs():
if (
"group" in key.lower()
and x.is_group
or "group" not in key.lower()
and "channel" in key.lower()
and x.is_channel
or "group" not in key.lower()
and "channel" not in key.lower()
and (x.is_group or x.is_channel)
):
try:
await ultroid_bot(
EditAdminRequest(
x.id,
user,
_gdemote_rights,
rank,
),
)
c += 1
except BaseException:
pass
await eor(ev, f"Demoted {name.first_name} in Total : {c} {key} chats.")
@ultroid_cmd(pattern="ungban( (.*)|$)", fullsudo=True)
async def _(e):
xx = await e.eor("`UnGbanning...`")
match = e.pattern_match.group(1).strip()
peer = None
if e.reply_to_msg_id:
userid = (await e.get_reply_message()).sender_id
elif match:
try:
userid = int(match)
except ValueError:
userid = match
try:
userid = (await e.client.get_entity(userid)).id
except Exception as er:
return await xx.edit(f"Failed to get User...\nError: {er}")
elif e.is_private:
userid = e.chat_id
else:
return await xx.eor("`Reply to some msg or add their id.`", time=5)
if not is_gbanned(userid):
return await xx.edit("`User/Channel is not Gbanned...`")
try:
if not peer:
peer = await e.client.get_entity(userid)
name = inline_mention(peer)
except BaseException:
userid = int(userid)
name = str(userid)
chats = 0
if e.client._dialogs:
dialog = e.client._dialogs
else:
dialog = await e.client.get_dialogs()
e.client._dialogs.extend(dialog)
for ggban in dialog:
if ggban.is_group or ggban.is_channel:
try:
await e.client.edit_permissions(ggban.id, userid, view_messages=True)
chats += 1
except FloodWaitError as fw:
LOGS.info(
f"[FLOOD_WAIT_ERROR] : on Ungban\nSleeping for {fw.seconds+10}"
)
await asyncio.sleep(fw.seconds + 10)
try:
await e.client.edit_permissions(
ggban.id, userid, view_messages=True
)
chats += 1
except BaseException as er:
LOGS.exception(er)
except (ChatAdminRequiredError, ValueError):
pass
except BaseException as er:
LOGS.exception(er)
ungban(userid)
if isinstance(peer, User):
await e.client(UnblockRequest(userid))
await xx.edit(
f"`Ungbaned` {name} in {chats} `chats.\nRemoved from gbanwatch.`",
)
@ultroid_cmd(pattern="gban( (.*)|$)", fullsudo=True)
async def _(e):
xx = await e.eor("`Gbanning...`")
reason = ""
if e.reply_to_msg_id:
userid = (await e.get_reply_message()).sender_id
try:
reason = e.text.split(" ", maxsplit=1)[1]
except IndexError:
pass
elif e.pattern_match.group(1).strip():
usr = e.text.split(maxsplit=2)[1]
try:
userid = await e.client.parse_id(usr)
except ValueError:
userid = usr
try:
reason = e.text.split(maxsplit=2)[2]
except IndexError:
pass
elif e.is_private:
userid = e.chat_id
try:
reason = e.text.split(" ", maxsplit=1)[1]
except IndexError:
pass
else:
return await xx.eor("`Reply to some msg or add their id.`", time=5)
user = None
try:
user = await e.client.get_entity(userid)
name = inline_mention(user)
except BaseException:
userid = int(userid)
name = str(userid)
chats = 0
if userid == ultroid_bot.uid:
return await xx.eor("`I can't gban myself.`", time=3)
elif userid in DEVLIST:
return await xx.eor("`I can't gban my Developers.`", time=3)
elif is_gbanned(userid):
return await eod(
xx,
"`User is already gbanned and added to gbanwatch.`",
time=4,
)
if e.client._dialogs:
dialog = e.client._dialogs
else:
dialog = await e.client.get_dialogs()
e.client._dialogs.extend(dialog)
for ggban in dialog:
if ggban.is_group or ggban.is_channel:
try:
await e.client.edit_permissions(ggban.id, userid, view_messages=False)
chats += 1
except FloodWaitError as fw:
LOGS.info(
f"[FLOOD_WAIT_ERROR] : on GBAN Command\nSleeping for {fw.seconds+10}"
)
await asyncio.sleep(fw.seconds + 10)
try:
await e.client.edit_permissions(
ggban.id, userid, view_messages=False
)
chats += 1
except BaseException as er:
LOGS.exception(er)
except (ChatAdminRequiredError, ValueError):
pass
except BaseException as er:
LOGS.exception(er)
gban(userid, reason)
if isinstance(user, User):
await e.client(BlockRequest(userid))
gb_msg = f"**#Gbanned** {name} `in {chats} chats and added to gbanwatch!`"
if reason:
gb_msg += f"\n**Reason** : {reason}"
await xx.edit(gb_msg)
@ultroid_cmd(pattern="g(admin|)cast( (.*)|$)", fullsudo=True)
async def gcast(event):
text, btn, reply = "", None, None
if xx := event.pattern_match.group(2):
msg, btn = get_msg_button(event.text.split(maxsplit=1)[1])
elif event.is_reply:
reply = await event.get_reply_message()
msg = reply.text
if reply.buttons:
btn = format_btn(reply.buttons)
else:
msg, btn = get_msg_button(msg)
else:
return await eor(
event, "`Give some text to Globally Broadcast or reply a message..`"
)
kk = await event.eor("`Globally Broadcasting Msg...`")
er = 0
done = 0
err = ""
if event.client._dialogs:
dialog = event.client._dialogs
else:
dialog = await event.client.get_dialogs()
event.client._dialogs.extend(dialog)
for x in dialog:
if x.is_group:
chat = x.entity.id
if (
not keym.contains(chat)
and int(f"-100{str(chat)}") not in NOSPAM_CHAT
and (
(
event.text[2:7] != "admin"
or (x.entity.admin_rights or x.entity.creator)
)
)
):
try:
if btn:
bt = create_tl_btn(btn)
await something(
event,
msg,
reply.media if reply else None,
bt,
chat=chat,
reply=False,
)
else:
await event.client.send_message(
chat, msg, file=reply.media if reply else None
)
done += 1
except FloodWaitError as fw:
await asyncio.sleep(fw.seconds + 10)
try:
if btn:
bt = create_tl_btn(btn)
await something(
event,
msg,
reply.media if reply else None,
bt,
chat=chat,
reply=False,
)
else:
await event.client.send_message(
chat, msg, file=reply.media if reply else None
)
done += 1
except Exception as rr:
err += f"• {rr}\n"
er += 1
except BaseException as h:
err += f"• {str(h)}" + "\n"
er += 1
text += f"Done in {done} chats, error in {er} chat(s)"
if err != "":
open("gcast-error.log", "w+").write(err)
text += f"\nYou can do `{HNDLR}ul gcast-error.log` to know error report."
await kk.edit(text)
@ultroid_cmd(pattern="gucast( (.*)|$)", fullsudo=True)
async def gucast(event):
msg, btn, reply = "", None, None
if xx := event.pattern_match.group(1).strip():
msg, btn = get_msg_button(event.text.split(maxsplit=1)[1])
elif event.is_reply:
reply = await event.get_reply_message()
msg = reply.text
if reply.buttons:
btn = format_btn(reply.buttons)
else:
msg, btn = get_msg_button(msg)
else:
return await eor(
event, "`Give some text to Globally Broadcast or reply a message..`"
)
kk = await event.eor("`Globally Broadcasting Msg...`")
er = 0
done = 0
if event.client._dialogs:
dialog = event.client._dialogs
else:
dialog = await event.client.get_dialogs()
event.client._dialogs.extend(dialog)
for x in dialog:
if x.is_user and not x.entity.bot:
chat = x.id
if not keym.contains(chat):
try:
if btn:
bt = create_tl_btn(btn)
await something(
event,
msg,
reply.media if reply else None,
bt,
chat=chat,
reply=False,
)
else:
await event.client.send_message(
chat, msg, file=reply.media if reply else None
)
done += 1
except BaseException:
er += 1
await kk.edit(f"Done in {done} chats, error in {er} chat(s)")
@ultroid_cmd(pattern="gkick( (.*)|$)", fullsudo=True)
async def gkick(e):
xx = await e.eor("`Gkicking...`")
if e.reply_to_msg_id:
userid = (await e.get_reply_message()).sender_id
elif e.pattern_match.group(1).strip():
userid = await e.client.parse_id(e.pattern_match.group(1).strip())
elif e.is_private:
userid = e.chat_id
else:
return await xx.edit("`Reply to some msg or add their id.`", time=5)
name = (await e.client.get_entity(userid)).first_name
chats = 0
if userid == ultroid_bot.uid:
return await xx.eor("`I can't gkick myself.`", time=3)
if userid in DEVLIST:
return await xx.eor("`I can't gkick my Developers.`", time=3)
if e.client._dialogs:
dialog = e.client._dialogs
else:
dialog = await e.client.get_dialogs()
e.client._dialogs.extend(dialog)
for gkick in dialog:
if gkick.is_group or gkick.is_channel:
try:
await e.client.kick_participant(gkick.id, userid)
chats += 1
except BaseException:
pass
await xx.edit(f"`Gkicked` [{name}](tg://user?id={userid}) `in {chats} chats.`")
@ultroid_cmd(pattern="gmute( (.*)|$)", fullsudo=True)
async def _(e):
xx = await e.eor("`Gmuting...`")
if e.reply_to_msg_id:
userid = (await e.get_reply_message()).sender_id
elif e.pattern_match.group(1).strip():
userid = await e.client.parse_id(e.pattern_match.group(1).strip())
elif e.is_private:
userid = e.chat_id
else:
return await xx.eor("`Reply to some msg or add their id.`", tome=5, time=5)
name = await e.client.get_entity(userid)
chats = 0
if userid == ultroid_bot.uid:
return await xx.eor("`I can't gmute myself.`", time=3)
if userid in DEVLIST:
return await xx.eor("`I can't gmute my Developers.`", time=3)
if is_gmuted(userid):
return await xx.eor("`User is already gmuted.`", time=4)
if e.client._dialogs:
dialog = e.client._dialogs
else:
dialog = await e.client.get_dialogs()
e.client._dialogs.extend(dialog)
for onmute in dialog:
if onmute.is_group:
try:
await e.client.edit_permissions(onmute.id, userid, send_messages=False)
chats += 1
except BaseException:
pass
gmute(userid)
await xx.edit(f"`Gmuted` {inline_mention(name)} `in {chats} chats.`")
@ultroid_cmd(pattern="ungmute( (.*)|$)", fullsudo=True)
async def _(e):
xx = await e.eor("`UnGmuting...`")
if e.reply_to_msg_id:
userid = (await e.get_reply_message()).sender_id
elif e.pattern_match.group(1).strip():
userid = await e.client.parse_id(e.pattern_match.group(1).strip())
elif e.is_private:
userid = e.chat_id
else:
return await xx.eor("`Reply to some msg or add their id.`", time=5)
name = (await e.client.get_entity(userid)).first_name
chats = 0
if not is_gmuted(userid):
return await xx.eor("`User is not gmuted.`", time=3)
if e.client._dialogs:
dialog = e.client._dialogs
else:
dialog = await e.client.get_dialogs()
e.client._dialogs.extend(dialog)
for hurr in dialog:
if hurr.is_group:
try:
await e.client.edit_permissions(hurr.id, userid, send_messages=True)
chats += 1
except BaseException:
pass
ungmute(userid)
await xx.edit(f"`Ungmuted` {inline_mention(name)} `in {chats} chats.`")
@ultroid_cmd(
pattern="listgban$",
)
async def list_gengbanned(event):
users = list_gbanned()
x = await event.eor(get_string("com_1"))
msg = ""
if not users:
return await x.edit("`You haven't GBanned anyone!`")
for i in users:
try:
name = await event.client.get_entity(int(i))
except BaseException:
name = i
msg += f"<strong>User</strong>: {inline_mention(name, html=True)}\n"
reason = users[i]
msg += f"<strong>Reason</strong>: {reason}\n\n" if reason is not None else "\n"
gbanned_users = f"<strong>List of users GBanned by {OWNER_NAME}</strong>:\n\n{msg}"
if len(gbanned_users) > 4096:
with open("gbanned.txt", "w") as f:
f.write(
gbanned_users.replace("<strong>", "")
.replace("</strong>", "")
.replace("<a href=tg://user?id=", "")
.replace("</a>", "")
)
await x.reply(
file="gbanned.txt",
message=f"List of users GBanned by {inline_mention(ultroid_bot.me)}",
)
os.remove("gbanned.txt")
await x.delete()
else:
await x.edit(gbanned_users, parse_mode="html")
@ultroid_cmd(
pattern="gstat( (.*)|$)",
)
async def gstat_(e):
xx = await e.eor(get_string("com_1"))
if e.is_private:
userid = (await e.get_chat()).id
elif e.reply_to_msg_id:
userid = (await e.get_reply_message()).sender_id
elif e.pattern_match.group(1).strip():
try:
userid = await e.client.parse_id(e.pattern_match.group(1).strip())
except Exception as err:
return await xx.eor(f"{err}", time=10)
else:
return await xx.eor("`Reply to some msg or add their id.`", time=5)
name = (await e.client.get_entity(userid)).first_name
msg = f"**{name} is "
is_banned = is_gbanned(userid)
reason = list_gbanned().get(userid)
if is_banned:
msg += "Globally Banned"
msg += f" with reason** `{reason}`" if reason else ".**"
else:
msg += "not Globally Banned.**"
await xx.edit(msg)
@ultroid_cmd(pattern="gblacklist$")
async def blacklist_(event):
await gblacker(event, "add")
@ultroid_cmd(pattern="ungblacklist$")
async def ungblacker(event):
await gblacker(event, "remove")
async def gblacker(event, type_):
try:
chat_id = int(event.text.split(maxsplit=1)[1])
try:
chat_id = (await event.client.get_entity(chat_id)).id
except Exception as e:
return await event.eor(f"**ERROR**\n`{str(e)}`")
except IndexError:
chat_id = event.chat_id
if type_ == "add":
keym.add(chat_id)
elif type_ == "remove":
keym.remove(chat_id)
await event.eor(f"Global Broadcasts: \n{type_}ed {chat_id}")
|