35 lines
974 B
Bash
35 lines
974 B
Bash
#Remove this line before deploying
|
|
_____REMOVE_THIS_LINE_____=True
|
|
|
|
# ENTER BOT TOKEN (Get your BOT_TOKEN by talking to @botfather)
|
|
BOT_TOKEN = ""
|
|
GDRIVE_FOLDER_ID = ""
|
|
OWNER_ID =
|
|
DOWNLOAD_DIR = "/home/username/mirror-bot/downloads"
|
|
DOWNLOAD_STATUS_UPDATE_INTERVAL = 5
|
|
AUTO_DELETE_MESSAGE_DURATION = 20
|
|
IS_TEAM_DRIVE = ""
|
|
TELEGRAM_API =
|
|
TELEGRAM_HASH = ""
|
|
USE_SERVICE_ACCOUNTS = ""
|
|
# Optional config
|
|
AUTHORIZED_CHATS = ""
|
|
INDEX_URL = ""
|
|
UPTOBOX_TOKEN = ""
|
|
MEGA_API_KEY = ""
|
|
MEGA_EMAIL_ID = ""
|
|
MEGA_PASSWORD = ""
|
|
BLOCK_MEGA_FOLDER = ""
|
|
BLOCK_MEGA_LINKS = ""
|
|
STOP_DUPLICATE_MIRROR = ""
|
|
SHORTENER = ""
|
|
SHORTENER_API = ""
|
|
# Add more buttons (two buttons are already added of file link and index 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_THREE_NAME = ""
|
|
BUTTON_THREE_URL = ""
|
|
BUTTON_FOUR_NAME = ""
|
|
BUTTON_FOUR_URL = ""
|
|
BUTTON_FIVE_NAME = ""
|
|
BUTTON_FIVE_URL = ""
|