An alternative to saving your secret information to the environment variable is to save it to .env
file. The easiest way to load the environment variables from .env
file is to use python-dotenv
library.
Find how to use python-dotenv
in the code above.