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.
19 lines
344 B
19 lines
344 B
REDDIT_CLIENT_ID=""
|
|
REDDIT_CLIENT_SECRET=""
|
|
REDDIT_USERNAME=""
|
|
REDDIT_PASSWORD=""
|
|
# Valid options are "female" and "male"
|
|
VOICE="female"
|
|
|
|
# Valid options are "yes" and "no" for the variable below
|
|
REDDIT_2FA=""
|
|
|
|
# Valid options are "light" and "dark"
|
|
THEME=""
|
|
|
|
# Enter a subreddit, e.g. "AskReddit"
|
|
SUBREDDIT=""
|
|
|
|
# Range is 0 -> 1
|
|
OPACITY="0.9"
|