2 3 DeboLeecher allows you to leech (re-upload) contents from internet including torrent to telegram. This bot using Telegram MTProto powered by pyrogram. 4 5
6 7
- Set as Private (using password) 8
- Able to use at group 9
- Able to leech larger than 2GB (telegram max upload at once) 10
- Split as video (.mp4, .mkv, .avi, .webm, .wmv, .mov) 11
- Upload files as media or as document 12
- Upload files as a single zip file 13
- Custom thumbnail 14
- Default torrent tracker 15
- Customizeable language (default is english) 16
- Configuration using environment variable 17 18
19 20 Change config by set the corresponding environment variable name. 21 22
WORKDIR
: working directory path 23LOG_FILE
: log file name 24MAX_LOG_SIZE
: maximum log size 25EDIT_SLEEP
: delay between edit message 26UPLOAD_MAX_SIZE
: maximum file size (in bytes) upload at once (watchout telegram max upload size) 27UPLOAD_AS_DOC
: upload any files as document (1 or 0) 28UPLOAD_AS_ZIP
: upload any files as a bundled zip file (1 or 0) 29ARIA2_DIR
: download directory before uploading 30TORRENT_TRACKER
: addition tracker for all torrent, separated by (,
) 31BAR_SIZE
: bar size on upload and download 32THUMBNAIL_NAME
: default thumbnail file name 33LOCAL
: languange bot using 34CHAT_ID
: default chat_ids that have access to bot, separated by (,
) 35 36
37 38 39 40 41 Currently google cloud does not supported due to app.json clash with heroku. Check out Google Cloud Run issue #112 42 43
44