removed unused .env members

pull/560/head
Jason 2 years ago
parent b3344aa987
commit 09ba69c5bc

@ -1,4 +1,3 @@
# This can be found in the email that reddit sent you when you created the app
REDDIT_CLIENT_ID="" REDDIT_CLIENT_ID=""
REDDIT_CLIENT_SECRET="" REDDIT_CLIENT_SECRET=""
@ -6,16 +5,8 @@ REDDIT_USERNAME=""
REDDIT_PASSWORD="" REDDIT_PASSWORD=""
# If no, it will ask you a thread link to extract the thread, if yes it will randomize it. Default: "no" # If no, it will ask you a thread link to extract the thread, if yes it will randomize it. Default: "no"
RANDOM_THREAD="" RANDOM_THREAD="no"
# Filters the comments by range of length (min and max characters)
# Min has to be less or equal to max
# DO NOT INSERT ANY SPACES BETWEEN THE COMMA AND THE VALUES
COMMENT_LENGTH_RANGE = "min,max"
# The absolute path of the folder where you want to save the final video
# If empty or wrong, the path will be 'results/'
FINAL_VIDEO_PATH=""
# Valid options are "yes" and "no" for the variable below # Valid options are "yes" and "no" for the variable below
REDDIT_2FA="" REDDIT_2FA=""
SUBREDDIT="AskReddit" SUBREDDIT="AskReddit"
@ -25,15 +16,16 @@ ALLOW_NSFW="False"
POST_ID="" POST_ID=""
#set to either LIGHT or DARK #set to either LIGHT or DARK
THEME="LIGHT" THEME="LIGHT"
# used if you want to run multiple times. set to an int e.g. 4 or 29 and leave blank for once # used if you want to run multiple times. set to an int e.g. 4 or 29 and leave blank for 1
TIMES_TO_RUN="" TIMES_TO_RUN=""
# max number of characters a comment can have.
MAX_COMMENT_LENGTH="500" MAX_COMMENT_LENGTH="500"
# Range is 0 -> 1 recommended around 0.8-0.9 # Range is 0 -> 1 recommended around 0.8-0.9
OPACITY="1" OPACITY="1"
# see TTSwrapper.py for all valid options # see different voice options: todo: add docs
VOICE="Matthew" # e.g. en_us_002 VOICE="Matthew" # e.g. en_us_002
TTsChoice="polly" # todo add docs TTsChoice="polly"
# IN-PROGRESS - not yet implemented # IN-PROGRESS - not yet implemented
STORYMODE="False" STORYMODE="False"

Loading…
Cancel
Save