You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
376 B
16 lines
376 B
REDDIT_CLIENT_ID=""
|
|
REDDIT_CLIENT_SECRET=""
|
|
REDDIT_USERNAME=""
|
|
REDDIT_PASSWORD=""
|
|
|
|
# Valid options are "yes" and "no" for the variable below
|
|
REDDIT_2FA=""
|
|
|
|
THEME=""
|
|
|
|
SUBREDDIT=""
|
|
|
|
# Filters the comments by range of lenght (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_LENGHT_RANGE = "min,max" |