From 0aa56e30964c287381f505d5a7d60ed247981de1 Mon Sep 17 00:00:00 2001 From: micziz Date: Sun, 12 Jun 2022 15:31:46 +0200 Subject: [PATCH] Fix env template --- .env-template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .env-template diff --git a/.env-template b/.env-template new file mode 100644 index 0000000..24f3b05 --- /dev/null +++ b/.env-template @@ -0,0 +1,20 @@ +REDDIT_CLIENT_ID="" +REDDIT_CLIENT_SECRET="" + +REDDIT_USERNAME="" +REDDIT_PASSWORD="" + +# Valid options are "yes" and "no" +REDDIT_2FA="" + +#If no, it will ask you a thread link to extract the thread, if yes it will randomize it. +RANDOM_THREAD="yes" + +# Valid options are "light" and "dark" +THEME="" + +# Enter a subreddit, e.g. "AskReddit" +SUBREDDIT="" + +# Range is 0 -> 1 +OPACITY="0.9" \ No newline at end of file