"### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue."
@ -15,12 +15,23 @@ print_markdown(
time.sleep(3)
load_dotenv()
reddit_object =get_subreddit_threads()
configured =True
load_dotenv()
ifnotos.path.exists(".env"):
shutil.copy(".env.template",".env")
configured=False
forvalinREQUIRED_VALUES:
ifvalnotinos.environornotos.getenv(val):
print(f"Please set the variable \"{val}\" in your .env file.")