mirror of
https://github.com/anasty17/mirror-leech-telegram-bot.git
synced 2025-01-08 12:07:33 +08:00
6fe2510dca
- To upload with bot and user session with respect to file size - Handle object expire while sending media group for parts Signed-off-by: anasty17 <e.anastayyar@gmail.com>
83 lines
4.0 KiB
Bash
83 lines
4.0 KiB
Bash
# Remove this line before deploying
|
|
_____REMOVE_THIS_LINE_____=True
|
|
# REQUIRED CONFIG
|
|
BOT_TOKEN = "" # Require restart after changing it while bot running
|
|
OWNER_ID = "" # Require restart after changing it while bot running
|
|
TELEGRAM_API = "" # Require restart after changing it while bot running
|
|
TELEGRAM_HASH = "" # Require restart after changing it while bot running
|
|
# OPTIONAL CONFIG
|
|
USER_SESSION_STRING = "" # Require restart after changing it while bot running
|
|
DATABASE_URL = "" # Require restart after changing it while bot running
|
|
DOWNLOAD_DIR = "/usr/src/app/downloads/" # Require restart after changing it while bot running
|
|
CMD_SUFFIX = "" # Require restart after changing it while bot running
|
|
AUTHORIZED_CHATS = "" # Require restart after changing it while bot running
|
|
SUDO_USERS = "" # Require restart after changing it while bot running
|
|
STATUS_LIMIT = "10"
|
|
DEFAULT_UPLOAD = "gd"
|
|
STATUS_UPDATE_INTERVAL = "10"
|
|
FILELION_API = ""
|
|
STREAMWISH_API = ""
|
|
EXTENSION_FILTER = ""
|
|
INCOMPLETE_TASK_NOTIFIER = "False"
|
|
YT_DLP_OPTIONS = ""
|
|
USE_SERVICE_ACCOUNTS = "False"
|
|
NAME_SUBSTITUTE = ""
|
|
# GDrive Tools
|
|
GDRIVE_ID = ""
|
|
IS_TEAM_DRIVE = "False"
|
|
STOP_DUPLICATE = "False"
|
|
INDEX_URL = ""
|
|
# Rclone
|
|
RCLONE_PATH = ""
|
|
RCLONE_FLAGS = ""
|
|
RCLONE_SERVE_URL = ""
|
|
RCLONE_SERVE_PORT = ""
|
|
RCLONE_SERVE_USER = ""
|
|
RCLONE_SERVE_PASS = ""
|
|
# JDownloader
|
|
JD_EMAIL = ""
|
|
JD_PASS = ""
|
|
# Update
|
|
UPSTREAM_REPO = ""
|
|
UPSTREAM_BRANCH = ""
|
|
# Leech
|
|
LEECH_SPLIT_SIZE = ""
|
|
AS_DOCUMENT = "False"
|
|
EQUAL_SPLITS = "False"
|
|
MEDIA_GROUP = "False"
|
|
USER_TRANSMISSION = "False"
|
|
MIXED_LEECH = "False"
|
|
LEECH_FILENAME_PREFIX = ""
|
|
LEECH_DUMP_CHAT = ""
|
|
# qBittorrent/Aria2c
|
|
TORRENT_TIMEOUT = ""
|
|
BASE_URL = ""
|
|
BASE_URL_PORT = ""
|
|
WEB_PINCODE = "False"
|
|
#Queueing system
|
|
QUEUE_ALL = ""
|
|
QUEUE_DOWNLOAD = ""
|
|
QUEUE_UPLOAD = ""
|
|
# RSS
|
|
RSS_DELAY = "900"
|
|
RSS_CHAT = ""
|
|
# Torrent Search
|
|
SEARCH_API_LINK = ""
|
|
SEARCH_LIMIT = "0"
|
|
SEARCH_PLUGINS = '["https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/piratebay.py",
|
|
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/limetorrents.py",
|
|
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torlock.py",
|
|
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentscsv.py",
|
|
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/eztv.py",
|
|
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentproject.py",
|
|
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engines/master/kickass_torrent.py",
|
|
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engines/master/yts_am.py",
|
|
"https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/linuxtracker.py",
|
|
"https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/nyaasi.py",
|
|
"https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/ettv.py",
|
|
"https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/glotorrents.py",
|
|
"https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/thepiratebay.py",
|
|
"https://raw.githubusercontent.com/v1k45/1337x-qBittorrent-search-plugin/master/leetx.py",
|
|
"https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/magnetdl.py",
|
|
"https://raw.githubusercontent.com/msagca/qbittorrent_plugins/main/uniondht.py",
|
|
"https://raw.githubusercontent.com/khensolomon/leyts/master/yts.py"]' |