diff --git a/.env.template b/.env.template index c94fa6a..2e1ec9e 100644 --- a/.env.template +++ b/.env.template @@ -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_SECRET="" @@ -6,16 +5,8 @@ REDDIT_USERNAME="" REDDIT_PASSWORD="" # 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 REDDIT_2FA="" SUBREDDIT="AskReddit" @@ -25,15 +16,16 @@ ALLOW_NSFW="False" POST_ID="" #set to either LIGHT or DARK 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="" +# max number of characters a comment can have. MAX_COMMENT_LENGTH="500" # Range is 0 -> 1 recommended around 0.8-0.9 OPACITY="1" -# see TTSwrapper.py for all valid options +# see different voice options: todo: add docs VOICE="Matthew" # e.g. en_us_002 -TTsChoice="polly" # todo add docs +TTsChoice="polly" # IN-PROGRESS - not yet implemented -STORYMODE="False" \ No newline at end of file +STORYMODE="False"