-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.py
106 lines (105 loc) · 3.62 KB
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# REQUIRED CONFIG
BOT_TOKEN = "6914028314:AAG09vTHsH2No_ock1Oqs4x61KJgFEUDJHg"
OWNER_ID = 6865672542
TELEGRAM_API = 2944318
TELEGRAM_HASH = "e9746721493a910d201d898b4329da8f"
# OPTIONAL CONFIG
#USER_SESSION_STRING = ""
DOWNLOAD_DIR = "/usr/src/app/downloads/"
#CMD_SUFFIX = ""
AUTHORIZED_CHATS = "-1001884618152"
#SUDO_USERS = ""
#DATABASE_URL = ""
STATUS_LIMIT = 10
DEFAULT_UPLOAD = "gd"
STATUS_UPDATE_INTERVAL = 15
#FILELION_API = ""
#STREAMWISH_API = ""
#EXTENSION_FILTER = ""
INCOMPLETE_TASK_NOTIFIER = False
#YT_DLP_OPTIONS = ""
USE_SERVICE_ACCOUNTS = False
#NAME_SUBSTITUTE = ""
FFMPEG_CMDS = []
# GDrive Tools
GDRIVE_ID = "1P2tR0vm3htIH69X0cOxDBvxIgCRDKPDR"
IS_TEAM_DRIVE = False
STOP_DUPLICATE = False
INDEX_URL = "https://mbot.rootedcyber.workers.dev/0:"
# Rclone
#RCLONE_PATH = ""
#RCLONE_FLAGS = ""
#RCLONE_SERVE_URL = ""
RCLONE_SERVE_PORT = 0
#RCLONE_SERVE_USER = ""
#R##CLONE_SERVE_PASS = ""
# JDownloader
JD_EMAIL = "[email protected]"
JD_PASS = "Mahhujalam123###"
# Sabnzbd
USENET_SERVERS = [
{
"name": "main",
"host": "",
"port": 563,
"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,
}
]
UPSTREAM_REPO = "https://github.com/my-fork-repo/mirror-leech-telegram-bot"
UPSTREAM_BRANCH = "master"
# Leech
LEECH_SPLIT_SIZE = 0
AS_DOCUMENT = False
EQUAL_SPLITS = False
#MEDIA_GROUP = True
USER_TRANSMISSION = False
MIXED_LEECH = False
#LEECH_FILENAME_PREFIX = ""
#LEECH_DUMP_CHAT = "-1002233071834"
#THUMBNAIL_LAYOUT = ""
# qBittorrent/Aria2c
TORRENT_TIMEOUT = 0
#BASE_URL = ""
BASE_URL_PORT = 0
WEB_PINCODE = False
# Queueing system
QUEUE_ALL = 0
QUEUE_DOWNLOAD = 0
QUEUE_UPLOAD = 0
# RSS
RSS_DELAY = 600
#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",
]