gitenvx zrewidował ten Gist 1 month ago. Przejdź do rewizji
1 file changed, 2 insertions, 2 deletions
crosscok3.env
| @@ -46,7 +46,7 @@ LEECH_SPLIT_SIZE = "" # int | |||
| 46 | 46 | AS_DOCUMENT = "" # bool | |
| 47 | 47 | EQUAL_SPLITS = "" # bool | |
| 48 | 48 | LEECH_FILENAME_PERFIX = "" | |
| 49 | - | DUMP_CHAT = "-1002281669872" | |
| 49 | + | DUMP_CHAT = "" | |
| 50 | 50 | MEDIA_SPOILER = "False" # bool | |
| 51 | 51 | ||
| 52 | 52 | # qBittorrent/Aria2c | |
| @@ -129,7 +129,7 @@ SET_COMMANDS = "True" # bool | |||
| 129 | 129 | DISABLE_LEECH = "" # bool | |
| 130 | 130 | DM_MODE = "" | |
| 131 | 131 | DELETE_LINKS = "" # bool | |
| 132 | - | LOG_CHAT = "" | |
| 132 | + | LOG_CHAT = "-1002281669872" | |
| 133 | 133 | BLOCK_TORRENT = "" # bool | |
| 134 | 134 | BLOCK_UTB = "" # bool | |
| 135 | 135 | ENABLE_MESSAGE_FILTER = "" # bool | |
gitenvx zrewidował ten Gist 1 month ago. Przejdź do rewizji
1 file changed, 137 insertions
crosscok3.env(stworzono plik)
| @@ -0,0 +1,137 @@ | |||
| 1 | + | # REQUIRED CONFIG | |
| 2 | + | BOT_TOKEN = "8594540836:AAFgAO0tcbNViyaD-m1b_q3JzJjd_tMj46Y" # Require restart after changing it while bot running | |
| 3 | + | OWNER_ID = "1181409600" # Require restart after changing it while bot running | |
| 4 | + | TELEGRAM_API = "27274958" # Require restart after changing it while bot running | |
| 5 | + | TELEGRAM_HASH = "25cc28bb3160cb565eb9f391c54b4509" # Require restart after changing it while bot running | |
| 6 | + | BOT_UNAME = "@dcok3dc2bot" # Bot Username | |
| 7 | + | UPSTREAM_REPO = "https://[email protected]/gudmeong/CrossXBot" | |
| 8 | + | UPSTREAM_BRANCH = "master" | |
| 9 | + | DATABASE_URL = "mongodb+srv://cok:[email protected]/?retryWrites=true&w=majority" # Require restart after changing it while bot running | |
| 10 | + | DATABASE_NAME = "crosscok3" # Require restart after changing it while bot running | |
| 11 | + | ||
| 12 | + | # UNTUK BOT START HANYA ISI 9 VARIABEL DIATAS | |
| 13 | + | ||
| 14 | + | # OPTIONAL CONFIG, bisa di isi ketika bot running | |
| 15 | + | USER_SESSION_STRING = "BAH_UvgAkkqCm-jGPGdEp9aZ3Pi7ITMMV6KaGtuKPnHe4ivViYhHE_BlLConBEjD9YDpzVqS46NhEkqVmYSW2uD2pBViLZkAWYyu7yjGBb_lBWBwChv0-rB06opDerpNgknWwumYx5FzMCADnrWMbEhKhWkyacqjmwVqpVSAikCGeVb9_dLn4aD1wFwmCIIEYKz3dy3u1if0bNP1zLCAPYJ05c3jJiMLLxqe4NZUkPQ1cu8FfLnyJctnPBb1ll3B1ucxEL7eL8F1FY1xFST8YuQ7QAK9DubL7p36onY2nXKmdjYsNBScGf30_vhh-pisEdHFz-9d-YGKdiqLc2Cm50p7u70V0wAAAAHWiE2fAA" # Require restart after changing it while bot running | |
| 16 | + | CMD_SUFFIX = "3" # Require restart after changing it while bot running | |
| 17 | + | AUTHORIZED_CHATS = "-1001687136044 -1001929507860" # Require restart after changing it while bot running | |
| 18 | + | SUDO_USERS = "5257356544 5471991873 7894224287" # Require restart after changing it while bot running | |
| 19 | + | STATUS_LIMIT = "4" # int | |
| 20 | + | DEFAULT_UPLOAD = "gd" | |
| 21 | + | STATUS_UPDATE_INTERVAL = "8" # int | |
| 22 | + | AUTO_DELETE_MESSAGE_DURATION = "30" # int | |
| 23 | + | UPTOBOX_TOKEN = "" | |
| 24 | + | EXTENSION_FILTER = "" | |
| 25 | + | INCOMPLETE_TASK_NOTIFIER = "True" # bool | |
| 26 | + | GDTOT_CRYPT = "" | |
| 27 | + | ||
| 28 | + | # GDrirve Tools | |
| 29 | + | GDRIVE_ID = "16Agrr2gwpttrWGu-nIPqvrUmkMbnG3wD" | |
| 30 | + | IS_TEAM_DRIVE = "False" # bool | |
| 31 | + | USE_SERVICE_ACCOUNTS = "False" # bool | |
| 32 | + | STOP_DUPLICATE = "True" # bool | |
| 33 | + | INDEX_URL = "https://gd.dcok.eu.org/9:" | |
| 34 | + | AUTO_DEL_GD = 3 # int | |
| 35 | + | ||
| 36 | + | # Rclone | |
| 37 | + | RCLONE_PATH = "" | |
| 38 | + | RCLONE_FLAGS = "" | |
| 39 | + | RCLONE_SERVE_URL = "" | |
| 40 | + | RCLONE_SERVE_PORT = "" | |
| 41 | + | RCLONE_SERVE_USER = "" | |
| 42 | + | RCLONE_SERVE_PASS = "" | |
| 43 | + | ||
| 44 | + | # Leech | |
| 45 | + | LEECH_SPLIT_SIZE = "" # int | |
| 46 | + | AS_DOCUMENT = "" # bool | |
| 47 | + | EQUAL_SPLITS = "" # bool | |
| 48 | + | LEECH_FILENAME_PERFIX = "" | |
| 49 | + | DUMP_CHAT = "-1002281669872" | |
| 50 | + | MEDIA_SPOILER = "False" # bool | |
| 51 | + | ||
| 52 | + | # qBittorrent/Aria2c | |
| 53 | + | TORRENT_TIMEOUT = "600" # int (in seconds) | |
| 54 | + | BASE_URL = "" | |
| 55 | + | BASE_URL_PORT = "" | |
| 56 | + | WEB_PINCODE = "True" # bool | |
| 57 | + | ||
| 58 | + | # Queueing system | |
| 59 | + | QUEUE_ALL = "" | |
| 60 | + | QUEUE_DOWNLOAD = "" | |
| 61 | + | QUEUE_UPLOAD = "" | |
| 62 | + | ||
| 63 | + | # RSS | |
| 64 | + | RSS_DELAY = "" # Require restart after changing it while bot running | |
| 65 | + | RSS_CHAT_ID = "" | |
| 66 | + | ||
| 67 | + | # Mega | |
| 68 | + | MEGA_EMAIL_ID = "" | |
| 69 | + | MEGA_PASSWORD = "" | |
| 70 | + | ||
| 71 | + | # Buttons | |
| 72 | + | VIEW_LINK = "True" # bool | |
| 73 | + | ||
| 74 | + | # Torrent Search | |
| 75 | + | SEARCH_API_LINK = "" | |
| 76 | + | SEARCH_LIMIT = "" # int | |
| 77 | + | SEARCH_PLUGINS = '["https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/rarbg.py", | |
| 78 | + | "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/piratebay.py", | |
| 79 | + | "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/legittorrents.py", | |
| 80 | + | "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/limetorrents.py", | |
| 81 | + | "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentscsv.py", | |
| 82 | + | "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torlock.py", | |
| 83 | + | "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/eztv.py", | |
| 84 | + | "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentproject.py", | |
| 85 | + | "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/solidtorrents.py", | |
| 86 | + | "https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engines/master/kickass_torrent.py", | |
| 87 | + | "https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engines/master/yts_am.py", | |
| 88 | + | "https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/linuxtracker.py", | |
| 89 | + | "https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/nyaasi.py", | |
| 90 | + | "https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/ettv.py", | |
| 91 | + | "https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/glotorrents.py", | |
| 92 | + | "https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/thepiratebay.py", | |
| 93 | + | "https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/magnetdl.py", | |
| 94 | + | "https://raw.githubusercontent.com/msagca/qbittorrent_plugins/main/uniondht.py", | |
| 95 | + | "https://raw.githubusercontent.com/khensolomon/leyts/master/yts.py", | |
| 96 | + | "https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/main/engines/sukebeisi.py", | |
| 97 | + | "https://raw.githubusercontent.com/TuckerWarlock/qbittorrent-search-plugins/main/bt4gprx.com/bt4gprx.py"]' | |
| 98 | + | # Limits | |
| 99 | + | STORAGE_THRESHOLD = "5" | |
| 100 | + | TORRENT_LIMIT = "" | |
| 101 | + | DIRECT_LIMIT = "" | |
| 102 | + | YTDLP_LIMIT = "" | |
| 103 | + | GDRIVE_LIMIT = "" | |
| 104 | + | MEGA_LIMIT = "" | |
| 105 | + | LEECH_LIMIT = "" | |
| 106 | + | CLONE_LIMIT = "100" | |
| 107 | + | TG_UP_LIMIT = "" # int | |
| 108 | + | ||
| 109 | + | # Group Features | |
| 110 | + | FSUB_IDS = "" | |
| 111 | + | USER_MAX_TASKS = "10" # int | |
| 112 | + | ENABLE_MESSAGE_FILTER = "" # bool | |
| 113 | + | STOP_DUPLICATE_TASKS = "" # bool | |
| 114 | + | DISABLE_DRIVE_LINK = "" # bool | |
| 115 | + | DISABLE_TGLINK = "" # bool | |
| 116 | + | DISABLE_MIRROR = "" # bool | |
| 117 | + | DISABLE_LEECH = "" # bool | |
| 118 | + | BY = "@Drivecok" | |
| 119 | + | BY_URL = "https://t.me/GDCOK" | |
| 120 | + | BYPASS = "" # bool | |
| 121 | + | NO_LOGS = "" # bool, if None = False, if true(is not None or bool[true]) can't print https link on first msg for reply [LEECH] | |
| 122 | + | TOKEN_TIMEOUT = "" # int (in seconds) | |
| 123 | + | BOT_TASKS = "30" # int | |
| 124 | + | REQUEST_LIMITS = "" # int(in seconds) | |
| 125 | + | MESSAGE_THREAD = "" | |
| 126 | + | ||
| 127 | + | # Extra | |
| 128 | + | SET_COMMANDS = "True" # bool | |
| 129 | + | DISABLE_LEECH = "" # bool | |
| 130 | + | DM_MODE = "" | |
| 131 | + | DELETE_LINKS = "" # bool | |
| 132 | + | LOG_CHAT = "" | |
| 133 | + | BLOCK_TORRENT = "" # bool | |
| 134 | + | BLOCK_UTB = "" # bool | |
| 135 | + | ENABLE_MESSAGE_FILTER = "" # bool | |
| 136 | + | YT_DLP_OPTIONS = "" | |
| 137 | + | MESSAGE_THREAD = "" # int, msg thread topic. | |