"### 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."
console.log("[red]Looks like you need to set your Reddit credentials in the .env file. Please follow the instructions in the README.md file to set them up.")
time.sleep(0.5)
console.log("[red]We can also launch the easy setup wizard. type yes to launch it, or no to quit the program.")
@ -68,9 +69,14 @@ for val in REQUIRED_VALUES:
exit()
try:
float(os.getenv("OPACITY"))
except:
console.log(f"[red]Please ensure that OPACITY is set between 0 and 1 in your .env file")
configured=False
exit()
console.log("[bold green]Enviroment Variables are set! Continuing...")