Telegram Torrent Leecher ๐ฅ๐ค
Pyrogram
A Telegram Torrent (and youtube-dl) Leecher based on
Donate
Deploying
The Easy Way
The Legacy Way
Simply clone the repository and run the main file:
git clone https://github.com/SpEcHiDe/PublicLeech.git
cd PublicLeech
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install -r requirements.txt
# <Create config.py appropriately>
python3 -m tobrot
An Example of config.py ๐
from tobrot.sample_config import Config
class Config(Config):
TG_BOT_TOKEN = ""
APP_ID = 6
API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
AUTH_CHANNEL = -1001234567890
Variable Explanations
Mandatory Variables
-
TG_BOT_TOKEN
: Create a bot using @BotFather, and get the Telegram API token. -
APP_ID
-
API_HASH
: Get these two values from my.telegram.org/apps. -
AUTH_CHANNEL
: Create a Super Group in Telegram, add@GoogleIMGBot
to the group, and send /id in the chat, to get this value.
Optional Configuration Variables
-
DOWNLOAD_LOCATION
-
MAX_FILE_SIZE
-
TG_MAX_FILE_SIZE
-
FREE_USER_MAX_FILE_SIZE
-
MAX_TG_SPLIT_FILE_SIZE
-
CHUNK_SIZE
-
MAX_MESSAGE_LENGTH
-
PROCESS_MAX_TIMEOUT
-
ARIA_TWO_STARTED_PORT
-
EDIT_SLEEP_TIME_OUT
-
MAX_TIME_TO_WAIT_FOR_TORRENTS_TO_START
-
FINISHED_PROGRESS_STR
-
UN_FINISHED_PROGRESS_STR
-
TG_OFFENSIVE_API
Available Commands
-
/ytdl
: This command should be used as reply to a supported link -
/leech
: This command should be used as reply to a magnetic link, a torrent link, or a direct link. [this command will SPAM the chat and send the downloads a seperate files, if there is more than one file, in the specified torrent] -
/leech archive
: This command should be used as reply to a magnetic link, a torrent link, or a direct link. [This command will create a .tar.gz file of the output directory, and send the files in the chat, splited into PARTS of 1024MiB each, due to Telegram limitations]
How to Use?
-
Send any one of the available command, as a reply to a valid link.
-
Files Larger than 1500MB are splitted into parts, and uploaded to Telegram group. To join the files, Download all the parted files, place them in the same directory.
๐ Windows < 10 Users:
Extract the contents of Hl-join.zip into the same directory, and run the the join32.exe to join the files.
Hl-join.zip Location : This repository/hl-join/hl-join.zip
๐ GNU/Linux Users:
cat filename.00001 filename.00002 filename.00003 > filename
Replace filename in the above command, as required. -
If you got a file.tar.gz from the bot:
๐ Windown 10 Users :
Install [7-zip](https://www.7-zip.org/download.html)
Extract the .tar.gz file.
๐ GNU/Linux users :
Just right click and select "Extract Here" if you use Ubuntu.
Thanks to โค๏ธ
- SpEcHiDe for his Public Leech
- Dan Tรจs for his Pyrogram Library
- Robots for their UploadBot
- AjeeshNair for his torrent.ajee.sh
- And gotstc, aryanvikash and HasibulKabir.