forked from jiniszone/team-alpha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.env
121 lines (112 loc) · 4.06 KB
/
config.env
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# ENTER BOT TOKEN (Get your BOT_TOKEN by talking to @botfather)
BOT_TOKEN = "6211401225:AAF-HmrYqIBSnjVB10N4mQU7862T5J1m8rw" #🔴
GDRIVE_FOLDER_ID = "0AAvxn_J9rtoDUk9PVA" #🔴
OWNER_ID = 105831105 #🔴
DOWNLOAD_DIR = "/usr/src/app/downloads/"
DOWNLOAD_STATUS_UPDATE_INTERVAL = 2 #🔴
RESTARTED_GROUP_ID = "-1001622395538" #🔴 group or channel for bot send restart message
RESTARTED_GROUP_ID2 = "" #🟡 delete this if you want bot send restart message for one group or channel only
LOG_SEND_TEXT = "" #🔴Log for bot send incoming link to bot
LOG_CHANNEL_ID = "" #🔴 log channel id example -999037808
LOG_CHANNEL_LINK = "" #🔴 copy all link
AUTO_DELETE_MESSAGE_DURATION = 20 #🔴
IS_TEAM_DRIVE = "True" #if want use team drive set to True
TELEGRAM_API = 8955209 #🔴
TELEGRAM_HASH = "5fb7ac042f507b22c1b5c8c5b7fa568e" #🔴
#Time zone
TIMEZONE = "Asia/Dhaka" #🔴 This is for time will show at restart message
#Telegraph ui
AUTHOR_NAME = "" #🔴
AUTHOR_URL = "" #🔴
TITLE_NAME = "" #🔴
# OPTIONAL CONFIG
IMAGE_URL = ""
DATABASE_URL = ""
AUTHORIZED_CHATS = "-1001622395538" # Split by space
SUDO_USERS = "" # Split by space
IGNORE_PENDING_REQUESTS = ""
USE_SERVICE_ACCOUNTS = "True"
INDEX_URL = "https://mvisindex.moviesharingzone.workers.dev/0:"
STATUS_LIMIT = "" # Recommend 4 task max
UPTOBOX_TOKEN = ""
MEGA_API_KEY = "arIjCKDL"
MEGA_EMAIL_ID = "[email protected]"
MEGA_PASSWORD = "66633366"
BLOCK_MEGA_FOLDER = ""
BLOCK_MEGA_LINKS = ""
STOP_DUPLICATE_MIRROR = ""
STOP_DUPLICATE_CLONE = ""
STOP_DUPLICATE_MEGA = ""
SHORTENER = ""
SHORTENER_API = ""
# If you want to use Credentials externally from Index Links, fill these vars with the direct links
# These are optional, if you don't know, simply leave them, don't fill anything in them.
ACCOUNTS_ZIP_URL = "https://mvisindex.moviesharingzone.workers.dev/0:/Torrent/accounts.zip"
TOKEN_PICKLE_URL = ""
MULTI_SEARCH_URL = "" # You can use gist raw link (remove commit id from the link, like config raw link check Heroku guide)
# To use limit leave space between number and unit. Available units is (gb or GB, tb or TB)
HEROKU_APP_NAME = ""
HEROKU_API_KEY = ""
TORRENT_DIRECT_LIMIT = ""
TAR_UNZIP_LIMIT = ""
CLONE_LIMIT = ""
MEGA_LIMIT = ""
# View Link button to open file Index Link in browser instead of direct download link, you can figure out if it's compatible with your Index code or not, open any video from you Index and check if the END of link from browser link bar is ?a=view, if yes make it "True" it will work (Compatible with Bhadoo Index Code)
VIEW_LINK = "True"
# Add more buttons (Three buttons are already added of Drive Link, Index Link, and View Link, you can add extra buttons too, these are optional)
# If you don't know what are below entries, simply leave them, Don't fill anything in them.
BUTTON_FOUR_NAME = ""
BUTTON_FOUR_URL = ""
BUTTON_FIVE_NAME = ""
BUTTON_FIVE_URL = ""
BUTTON_SIX_NAME = ""
BUTTON_SIX_URL = ""
# Single character for finished & unfinished progress
FINISHED_PROGRESS_STR = "●"
UNFINISHED_PROGRESS_STR = "○"
#channel and support group
CHANNEL_LINK = ""
SUPPORT_LINK = ""
#description for uploading at google drive
GD_INFO = "Uploaded by GhOst"
ORDER_SORT = "modifiedTime desc"
#change gdrive button
GD_BUTTON = "☁️ Google Drive ☁️"
INDEX_BUTTON = "⚡ Index Link ⚡"
VIEW_BUTTON = "🌐 View Link 🌐"
#change list name and author
TELEGRAPH_DRIVE = "Google Drive"
TELEGRAPH_INDEX = "Index Link"
TELEGRAPH_VIEW = "View Link"
SEARCH_VIEW_BUTTON = "🔎"
#bot commands
START_BOT = "start"
MIRROR_BOT = "mir"
UNZIP_BOT = "unzip"
USAGE_BOT = "usage"
TARMIR_BOT = "tarmir"
CANCEL_BOT = "cancel"
CANCEL_ALL_BOT = "cancelall"
LIST_BOT = "list"
STATUS_BOT = "status"
USERS_BOT = "users"
AUTH_BOT = "auth"
UNAUTH_BOT = "unauth"
ADDSUDO_BOT = "addsudo"
RMSUDO_BOT = "rmsudo"
RESTART_BOT = "restart"
SPEED_BOT = "speedtest"
STATS_BOT = "stats"
HELP_BOT = "help"
LOG_BOT = "log"
CLONE_BOT = "clone"
COUNT_BOT = "count"
YTDL_BOT = "yt"
TARYTDL_BOT = "taryt"
DELETE_BOT = "del"
USAGE_BOT = "usage"
CONFIG_BOT = "config"
SHELL_BOT = "shell"
UPDATE_BOT = "update"
EXEHELP_BOT = "exehelp"
ZIP_BOT = "zip"