forked from MaxxRider/Leech-Pro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Deploy To Heroku Using GitHub Work-Flows & Added a Guide To Dep…
…loy (MaxxRider#31)
- Loading branch information
Showing
3 changed files
with
46 additions
and
18 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,48 @@ | ||
# Read Readme before doing anything | ||
# READ README.md BEFORE DOING THIS | ||
|
||
|
||
#________COMPULSORY____________ | ||
#________COMPULSORY____________# | ||
|
||
TG_BOT_TOKEN= "" | ||
TG_BOT_TOKEN= "" # ENTER BOT TOKEN (Get your BOT_TOKEN by talking to @botfather) | ||
APP_ID = | ||
API_HASH = "" | ||
OWNER_ID = | ||
AUTH_CHANNEL = "" #Add IDs separated by a SPACE (Like :: -10012503747 -10012586941 539295917) | ||
|
||
# Add different ID separated by a SPACE (Like :: AUTH_CHANNEL = -10012503747 -10012586941 539295917) | ||
AUTH_CHANNEL = | ||
|
||
|
||
#__________NOT ________COMPULSORY____________ :: | ||
#________NOT COMPULSORY____________# | ||
|
||
# For RCLONE :: | ||
# Name of the folder....not ID | ||
DESTINATION_FOLDER = "TorrentLeech-Gdrive" | ||
INDEX_LINK = "" | ||
|
||
# OTHERS :: | ||
EDIT_SLEEP_TIME_OUT = 15 | ||
MAX_TG_SPLIT_FILE_SIZE = 1072864000 | ||
|
||
#_____There are other vars too_____Read Readme to Know better____ | ||
#_____And fill them as new line if needed :) | ||
DEF_THUMB_NAIL_VID_S = "" | ||
ARIA_TWO_STARTED_PORT = "6800" | ||
EDIT_SLEEP_TIME_OUT = "15" | ||
MAX_TIME_TO_WAIT_FOR_TORRENTS_TO_START = 600 | ||
MAX_TG_SPLIT_FILE_SIZE = "2097152000" | ||
|
||
FINISHED_PROGRESS_STR = "" | ||
UN_FINISHED_PROGRESS_STR = "" | ||
|
||
CUSTOM_FILE_NAME = "" | ||
|
||
UPLOAD_AS_DOC = "" | ||
|
||
# Commands Customization (Completely Optional) | ||
# If you want to change | ||
LEECH_COMMAND = "" | ||
YTDL_COMMAND = "" | ||
GYTDL_COMMAND = "" | ||
GLEECH_COMMAND = "" | ||
TELEGRAM_LEECH_COMMAND = "" | ||
TELEGRAM_LEECH_UNZIP_COMMAND = "" | ||
PYTDL_COMMAND = "" | ||
CLONE_COMMAND_G = "" | ||
UPLOAD_COMMAND = "" | ||
RENEWME_COMMAND = "" | ||
SAVE_THUMBNAIL = "" | ||
CLEAR_THUMBNAIL = "" | ||
GET_SIZE_G = "" |
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