2021-11-23 09:35:16 +08:00
|
|
|
# Remove this line before deploying
|
|
|
|
_____REMOVE_THIS_LINE_____=True
|
|
|
|
# REQUIRED CONFIG
|
2022-11-13 08:21:08 +08:00
|
|
|
BOT_TOKEN = "" # Require restart after changing it while bot running
|
|
|
|
OWNER_ID = "" # Require restart after changing it while bot running
|
2022-10-24 21:25:49 +08:00
|
|
|
TELEGRAM_API = "" # Require restart after changing it while bot running
|
|
|
|
TELEGRAM_HASH = "" # Require restart after changing it while bot running
|
2021-11-23 09:35:16 +08:00
|
|
|
# OPTIONAL CONFIG
|
2023-04-02 09:18:44 +08:00
|
|
|
USER_SESSION_STRING = "" # Require restart after changing it while bot running
|
2024-05-15 11:00:24 +08:00
|
|
|
DOWNLOAD_DIR = "/usr/src/app/downloads/" # Require restart after changing it while bot running
|
2023-04-02 02:56:41 +08:00
|
|
|
CMD_SUFFIX = "" # Require restart after changing it while bot running
|
2022-10-24 21:25:49 +08:00
|
|
|
AUTHORIZED_CHATS = "" # Require restart after changing it while bot running
|
|
|
|
SUDO_USERS = "" # Require restart after changing it while bot running
|
2024-08-26 04:20:43 +08:00
|
|
|
DATABASE_URL = ""
|
2023-03-20 20:33:20 +08:00
|
|
|
STATUS_LIMIT = "10"
|
2023-04-02 02:56:41 +08:00
|
|
|
DEFAULT_UPLOAD = "gd"
|
|
|
|
STATUS_UPDATE_INTERVAL = "10"
|
2023-09-10 16:12:39 +08:00
|
|
|
FILELION_API = ""
|
2023-09-19 06:20:43 +08:00
|
|
|
STREAMWISH_API = ""
|
2022-06-10 04:06:49 +08:00
|
|
|
EXTENSION_FILTER = ""
|
2023-04-02 02:56:41 +08:00
|
|
|
INCOMPLETE_TASK_NOTIFIER = "False"
|
2023-04-23 07:34:58 +08:00
|
|
|
YT_DLP_OPTIONS = ""
|
2023-04-18 06:11:03 +08:00
|
|
|
USE_SERVICE_ACCOUNTS = "False"
|
2024-03-10 12:47:54 +08:00
|
|
|
NAME_SUBSTITUTE = ""
|
2023-04-24 02:20:30 +08:00
|
|
|
# GDrive Tools
|
2023-04-02 02:56:41 +08:00
|
|
|
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 = ""
|
2023-12-28 08:54:18 +08:00
|
|
|
# JDownloader
|
|
|
|
JD_EMAIL = ""
|
|
|
|
JD_PASS = ""
|
2024-05-13 23:53:03 +08:00
|
|
|
# Sabnzbd
|
2024-05-15 11:00:24 +08:00
|
|
|
USENET_SERVERS = [{'name': 'main', 'host': '', 'port': 5126, 'timeout': 60, 'username': '', 'password': '', 'connections': 8, 'ssl': 1, 'ssl_verify': 2, 'ssl_ciphers': '', 'enable': 1, 'required': 0, 'optional': 0, 'retention': 0, 'send_group': 0, 'priority': 0}]
|
2021-12-21 16:57:45 +08:00
|
|
|
# Update
|
2021-11-23 09:35:16 +08:00
|
|
|
UPSTREAM_REPO = ""
|
2022-02-15 07:27:17 +08:00
|
|
|
UPSTREAM_BRANCH = ""
|
2021-11-23 09:35:16 +08:00
|
|
|
# Leech
|
2022-07-23 11:06:22 +08:00
|
|
|
LEECH_SPLIT_SIZE = ""
|
2023-04-02 02:56:41 +08:00
|
|
|
AS_DOCUMENT = "False"
|
|
|
|
EQUAL_SPLITS = "False"
|
|
|
|
MEDIA_GROUP = "False"
|
2023-11-06 08:05:22 +08:00
|
|
|
USER_TRANSMISSION = "False"
|
2024-03-20 01:08:54 +08:00
|
|
|
MIXED_LEECH = "False"
|
2023-04-18 06:11:03 +08:00
|
|
|
LEECH_FILENAME_PREFIX = ""
|
2023-06-24 09:27:15 +08:00
|
|
|
LEECH_DUMP_CHAT = ""
|
2022-08-16 22:05:16 +08:00
|
|
|
# qBittorrent/Aria2c
|
2023-04-02 02:56:41 +08:00
|
|
|
TORRENT_TIMEOUT = ""
|
2022-10-25 18:14:19 +08:00
|
|
|
BASE_URL = ""
|
2023-03-26 09:42:12 +08:00
|
|
|
BASE_URL_PORT = ""
|
2023-04-02 02:56:41 +08:00
|
|
|
WEB_PINCODE = "False"
|
2022-12-23 15:22:02 +08:00
|
|
|
#Queueing system
|
|
|
|
QUEUE_ALL = ""
|
|
|
|
QUEUE_DOWNLOAD = ""
|
|
|
|
QUEUE_UPLOAD = ""
|
2022-05-17 16:40:18 +08:00
|
|
|
# RSS
|
2023-04-02 02:56:41 +08:00
|
|
|
RSS_DELAY = "900"
|
2023-06-24 09:27:15 +08:00
|
|
|
RSS_CHAT = ""
|
2021-12-21 16:57:45 +08:00
|
|
|
# Torrent Search
|
|
|
|
SEARCH_API_LINK = ""
|
2023-04-02 02:56:41 +08:00
|
|
|
SEARCH_LIMIT = "0"
|
2023-06-08 07:29:36 +08:00
|
|
|
SEARCH_PLUGINS = '["https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/piratebay.py",
|
2021-12-07 06:04:11 +08:00
|
|
|
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/limetorrents.py",
|
2023-02-16 06:13:24 +08:00
|
|
|
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torlock.py",
|
2023-06-08 07:29:36 +08:00
|
|
|
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentscsv.py",
|
2021-12-07 06:04:11 +08:00
|
|
|
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/eztv.py",
|
2023-02-16 06:13:24 +08:00
|
|
|
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentproject.py",
|
2021-12-07 06:04:11 +08:00
|
|
|
"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",
|
2023-06-08 07:29:36 +08:00
|
|
|
"https://raw.githubusercontent.com/v1k45/1337x-qBittorrent-search-plugin/master/leetx.py",
|
2021-12-07 06:04:11 +08:00
|
|
|
"https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/magnetdl.py",
|
2023-02-16 06:13:24 +08:00
|
|
|
"https://raw.githubusercontent.com/msagca/qbittorrent_plugins/main/uniondht.py",
|
2023-09-19 06:20:43 +08:00
|
|
|
"https://raw.githubusercontent.com/khensolomon/leyts/master/yts.py"]'
|