UniBorg
1.06K subscribers
4 photos
1 video
16 files
39 links
WORST UserBot with the WORST features!!

https://GitHub.com/SpEcHiDe/UniBorg

All code in this channel is licensed under GPLv3, except where otherwise noted!

[Licensed under CC BY 3.0 https://creativecommons.org/licenses/by/3.0/]

ℹ️ @SpEcHlDe
Download Telegram
🔨 1 new commit to UniBorg:master:

ded7170: Add @AnyDLBot /trim commands as @UniBorg plugins by Shrimadhav U K

Thank You all for voting in the @gPoll

😳 @UniBorg
എന്തൊക്കെ ബഹളം ആയിരുന്നു മലപ്പുറം കട്ടി മച്ചീൻ ഗൻ, ഒലക്കേടെ മൂട് .. അങ്ങനെ ഇതും .. 🥺😢😢
#ddd7ca9: Manage your gDrive files and directories from inside Telegram!

👉 .ugdrive /path/to/file.extension Uploads file.extension to your gDrive

👉 .gdrivesp https://drive.google.com/drive/u/1/folders/1S3fb2kI_boDxONwsBYeEooCbJ7XD6lVi Set the gDrive directory to be used for uploads

👉 .gdriveclear Clears the custom gDrive directory set, and uses the root directory, for the uploads

👉 .gdrivedir /path/to/dir/ Uploads dir to your gDrive

👉 .drive search search_string Searches for search_string in your gDrive

👉 .drive delete file_id Deletes file_id from your gDrive

ℹ️ @UniBorg
do you want short eval / exec snippets like this to be posted in the channel?
Final Results
19%
no
81%
yes
Have you accidentally deleted some message, from your private group?

Run the below command in that chat. You can get back the message*.

.eval a = await event.client.get_admin_log(event.chat_id,limit=1, search="", edit=False, delete=True)
for i in a:
await event.reply(i.original.action.message)


#recover #recent #action #messages

🥺 @UniBorg
.eval r = await event.get_reply_message()
a = r.media.document.attributes
for i in a:
if isinstance(i, types.DocumentAttributeImageSize):
print(f"width: {i.w}\nheight: {i.h}")


#get #width #height #of #replied #sticker #image

©️ @UniBorg
UniBorg
auto_bio_changer.py
whoever is using this, please edit code and insert your desired bio. 🥺😐😐
do you want similar functionality of @ChannelButtonsBot in the TG_BOT of UniBorg?
Final Results
17%
no
68%
yes
14%
idc
Forwarded from Deleted Account
This media is not supported in your browser
VIEW IN TELEGRAM
UniBorg
😭 Sticker
do you face this issue in Telegram?
Anonymous Poll
59%
no
41%
yes
.eval import string
import asyncio
for I in string.ascii_lowercase:
async for user in event.client.iter_participants(entity=event.chat_id, limit=1, search=I):
await event.reply(f"[{I}](tg://user?id={user.id})")
await asyncio.sleep(5)


#mention #active #users #in #the #current #chat

™️ @UniBorg
.exec curl -X POST --data-binary "@test.png" -H "filename: custom.file.name.png" "https://filebin.net"

#exec #plugin #upload #to #filebin

©️ @UniBorg
.exec curl --upload-file "./DOWNLOADS/file.name" https://transfer.sh/file.name

#upload #to transfer.sh #exec

©️ @user_nmr
.exec curl -F file="@./DOWNLOADS/file.name" https://api.anonymousfiles.io/

#upload #to anonymousfiles.io #exec
.exec curl -F "file=@./DOWNLOADS/file.name" https://api.anonfiles.com/upload

#upload #to anonfiles.com #exec
.exec curl -F "file=@./DOWNLOADS/file.name" https://megaupload.is/api/upload

#upload #to megaupload.is #exec