14 Commits

Author SHA1 Message Date
anonymousx97
04a4484b9d v2.5.1: drop unsupported third party insta api. 2024-01-09 16:19:06 +05:30
anonymousx97
31d19bc48b v2.5.0:Upstream with Private Repo.
What's New:
- Sort Plugins into their respective folders.
- download, upload, rename commands.
- Help Docstrings.
- Proper Logging.
- rename .exec cmd to .py
2024-01-08 16:01:41 +05:30
anonymousx97
cdf7ca73df v2.4.1: Reddit DL hot fix. 2023-10-23 14:17:02 +05:30
anonymousx97
89e387f2c6 v2.4.0
Whats New:
• New conversation module
• New Ban-unban, Kick, Mute-Unmute module

Fixes:
• Instagram params bug fix.
• Follow snake_case for gallery_dl

Type Hints and many more misc changes.
2023-10-23 12:48:11 +05:30
anonymousx97
7029de8d78 v2.3.1: Instagram shortcode fix, Add new vars in sample-config.env. 2023-09-09 15:00:04 +05:30
anonymousx97
7b4c8a2446 v2.3.0: Disable Auto DL, New IG API, Dump.
v2.3.0
What's New:

• Instagram:
Added Dump to Log Instagram posts and save duplicate API calls.
New Instagram API (Thanks to RoseloverX).

• Reddit:
Switch to regex for checking videos/gifs.

• YTDL:
Prevent Live streams from being downloaded.
Lower Video duration to 3 mins.

• Added .disable/.enable to allow Disabling Auto DL in chats and allow /dl /down /download command to users in those chats.
• Use Enums for media types and clean up Sending media type logic.
• New .update command to remotely update bot without re-deploying.
• New .repo cmd.
• Clean up Add/Del sudo/chat logic.
2023-09-09 14:35:58 +05:30
anonymousx97
0bacb96a29 v2.2.3: get_key bug fix. 2023-08-09 17:53:58 +05:30
anonymousx97
ae04775a3c v2.2.2
Fixes:
 • Fixed instagram set sauce bug.
 • Fixed Tasks getting overwritten bug.
 • Fixed Get_output() wasn't being cancelled on cmd cancellation.

Add/Misc:
 • Add Task IDs in Custom message object.
 • Clean up/Improve logic for .shell .
2023-08-03 09:30:19 +05:30
anonymousx97
1f11bc8405 v2.2.1
Add:
 • Multiple Commands Support.
 • Cancel Confirmation.
Fixes / Misc Changes:
 • Catch Message Delete Error on Bot mode.
 • Improve Cancelling Logic.
 • Switch to A Generator for AsyncShell.
 • Diffrenciate Traceback, Text logging.
 • Clean up .shell code.
2023-07-31 15:53:06 +05:30
anonymousx97
216e0dcfe1 v2.2.0
Fixes:
 • Sender Now shows Correct name while downloading replied media.
 • Clean up code for YoutubeDL.
 • Format code according to PEP.

Added:
 • .cancel to cancel a command/media download execution.
 • switch to @cached_property decorator and clean up message.py
 • Parse replied message using custom message class.
 • Rename tools to dev_tools and move loader to it.
 • self-destructing responses.
2023-07-30 13:00:24 +05:30
anonymousx97
2b41731e84 v2.1.1
Add: 30 sec sleep threshold and concurrent transmissions to 2.
Fix: Typo fix in config.
2023-07-28 15:29:13 +05:30
anonymousx97
b7287a6685 v2.1.0
Add: uvLoop for non termux env.

Revert: Requirements bypass.

Fixes:
 • Gallery-DL success bug.
 • Stop Channel links triggering in chat.
 • HEIC Image format.
 • Optimize Filters.
 • Re-Load Confirmation in loader.
 • Remove Chat_ID check in join.
 • Isort removing imports.
 • Switch filename case before checking ext.
2023-07-28 15:04:30 +05:30
anonymousx97
0bceaea93b v2.0.5
Fixes

Instagram: Stop api call if no key is added.
Reddit: Fix bug for links without any media.
Youtube: Stop PlayLists and Channel Urls from triggering download.MediaHandler: Clean up repetitive code and squash it.
Client & Bot: Improve Error Logging.
Authorise: Fix Chat name for DMs.

Additions

Add: Dockerfile, run
Add: Plugin loader.

Beta: Bot Mode.
2023-07-23 21:59:02 +05:30
anonymousx97
490d972ee3 Social-DL V2
New Banner.
Added Credits and Disclaimer.

Refactored the bot into modules.
switched to Latest Pyrogram.
Switched to Custom Client Object.
switched to Custom Message Object.
Switched to Custom decorators.
Switched to Custom filters.
Switched to Classes for media extractors.
Droped Wget
Switched to native In_Memory_DL

Added Gallery-dl Library.
Added Twitter Image support.
Added Threads Support.
Added YouTube Videos up to 5 Minutes.
Added Tiktok Pics Support.

Added .help command.
Added .shell command with Live shell output.
Added Add-Del Sudo commands.
Added Add-Del Chat commands.
Added Block-Unblock Commands.
Added Banner In About message.
Added .reply as Echo command.
Added restart confirmation.
Catch Exceptions and log in the Log Channel.
2023-07-09 23:11:11 +05:30