Giter Site home page Giter Site logo

sunny8090 / autoleecher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from omkar47/autoleecher

0.0 0.0 0.0 270 KB

Telegram Torrent Leecher Bot

Home Page: https://github.com/Omkar47/AutoLeecher

License: GNU Affero General Public License v3.0

Dockerfile 0.36% Shell 0.02% Python 99.59% Procfile 0.03%

autoleecher's Introduction

Telegram Torrent Leecher ๐Ÿ”ฅ๐Ÿค–

TESTED REPO WORKING FINE FOR ME ABUSE=BAN ON Her*ku...

A Telegram Torrent (and youtube-dl) Leecher based on Pyrogram

installing

The Easy Way

Do Not Abuse ๐Ÿฅบ, Better Use Public Leech Groups

Deploy

The Eas(iest) Way

  • Install Docker by following the official docker docs

  • Start docker daemon [skip if already running]:

dockerd
  • Build Docker image:
docker build . -t public-leech
  • Run the image:
docker run public-leech

IF You want to Use this Bot Use in Closed Supergroup Avoid Giving Access to Untrusted Personal.

The Legacy Way

Simply clone the repository and run the main file:

git clone https://github.com/Sunny8090/AutoLeecher.git
cd AutoLeecher
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install -r requirements.txt
# <Create conf.py appropriately>
python3 -m apdbot

an example for creating conf.py ๐Ÿ‘‡

from apdbot.sample_con import Config

class Config(Config):
  BOT_TOKEN = ""
  APP_ID = 6
  API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
  AUTH = [-1001234567890, -1001234567891]

Variable Explanations

Mandatory Variables
  • 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.

    • N.B.: if Telegram is blocked by your ISP, try our Telegram bot to get the IDs.
  • AUTH: 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_LOC

  • MAX_SIZE

  • TG_MAX_SIZE

  • FREE_UZR_MAX_SIZE

  • MAX_SIZE_TO_SPLIT

  • CHUNK_SIZE

  • MAX_MESSAGE_LENGTH

  • PROCESS_TIMEOUT

  • ARIA_STARTED_PORT

  • EDIT_SLEEP_TIME

  • MAX_TIME_TO_WAIT_FOR_START

  • FINISHED_PROGRESS_STR

  • UN_FINISHED_PROGRESS_STR

  • CUSTOM_NAME

Variables to Edit Commands

  • LEECH_CMD

  • YTDL_CMD

  • CANCEL_CMD

  • STATUS_CMD

  • LOG_CMD

  • SAVE_CMD

  • CLEAR_CMD

  • UPLOAD_CMD

  • EXEC_CMD

  • HELP_CMD

Available Commands

  • /ytdl: This command should be used as reply to a supported link

  • /pytdl: This command should be used as reply to a youtube playlist

  • /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]

  • /leech unzip: This command should be used as reply to a magnetic link, a torrent link, or a direct link. [This command will Unzip the RAR, TAR, ZIP Files]

How to Use?

  • send any one of the available command, as a reply to a valid link.

  • if file is larger than 2000MB, read this.

  • if file is a TAR archive, read this to know how to uncompress.

Issues or Feature Requests

  • search for known issues, here.

  • add issues / feature requests, here.

Credits, and Thanks to

autoleecher's People

Contributors

spechide avatar omkar47 avatar ishwaranrudhara avatar sunny8090 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.