Last active
October 5, 2022 03:39
-
-
Save eXtizi/5082f219884cec9489f93b5dda9f261c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BOT_TOKEN = "5432554432:AAHrhlzLbS-qEIi2S06_RGGdQ-7YPOWojXU" | |
GDRIVE_FOLDER_ID = "1BvdrRe2h-rBoz0K4pBFIDRXYpEpJ9wvX" | |
OWNER_ID =1028048343 | |
DOWNLOAD_DIR = "/usr/src/app/downloads" | |
DOWNLOAD_STATUS_UPDATE_INTERVAL = 10 | |
AUTO_DELETE_MESSAGE_DURATION = 20 | |
IS_TEAM_DRIVE = "True" | |
TELEGRAM_API =8004294 | |
TELEGRAM_HASH = "5091fcf2a3948b6bc7c5f39dec044a63" | |
# OPTIONAL CONFIG | |
AUTHORIZED_CHATS = " -1001827945380 1509060243 -1001524051289 1194313618 1642703147 569107075 1944984597 1132410847" | |
SUDO_USERS = "1509060243" | |
IGNORE_PENDING_REQUESTS = "" | |
USE_SERVICE_ACCOUNTS = "True" | |
INDEX_URL = "https://fkdup.sharepoint.workers.dev/0:/Unzorted" | |
STATUS_LIMIT = "4" | |
STOP_DUPLICATE = "True" | |
CMD_INDEX = "" | |
UPTOBOX_TOKEN = "" | |
TORRENT_TIMEOUT = "10" | |
EXTENTION_FILTER = "" | |
INCOMPLETE_TASK_NOTIFIER = "" | |
# Update | |
UPSTREAM_REPO = "https://extizi:[email protected]/eXtizi/anastymirror/" | |
UPSTREAM_BRANCH = "" | |
# Leech | |
TG_SPLIT_SIZE = "" | |
AS_DOCUMENT = "True" | |
EQUAL_SPLITS = "" | |
CUSTOM_FILENAME = "[exvoiy][hevcbay.cf]" | |
# qBittorrent | |
BASE_URL_OF_BOT = jinxminx.herokuapp.com" | |
SERVER_PORT = "" | |
WEB_PINCODE = "" | |
QB_SEED = "" | |
# RSS | |
RSS_DELAY = "" | |
RSS_COMMAND = "" | |
RSS_CHAT_ID = "" | |
USER_SESSION_STRING = "" | |
# Private Files | |
ACCOUNTS_ZIP_URL = "" | |
TOKEN_PICKLE_URL = "" | |
MULTI_SEARCH_URL = "" | |
YT_COOKIES_URL = "" | |
NETRC_URL = "" | |
# Mega | |
MEGA_API_KEY = "B58h0KQJ" | |
MEGA_EMAIL_ID = "" | |
MEGA_PASSWORD = "" | |
# Shortener | |
SHORTENER = "" | |
SHORTENER_API = "" | |
# GDTOT COOKIE | |
CRYPT = "U21TYStDZnlzdUE3aC91UjFJbzl1Wit3QTJLSGdQbzgvVzNuMXRHZDVWQT0%3D" | |
# Buttons | |
VIEW_LINK = "" | |
# Torrent Search | |
SEARCH_API_LINK = "" | |
SEARCH_LIMIT = "" | |
SEARCH_PLUGINS = '["https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/rarbg.py", | |
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/piratebay.py", | |
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/legittorrents.py", | |
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/limetorrents.py", | |
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentscsv.py", | |
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/zooqle.py", | |
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/eztv.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/nindogo/qbtSearchScripts/master/magnetdl.py", | |
"https://raw.githubusercontent.com/khensolomon/leyts/master/yts.py"]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment