What is the recommended pythonic way to store oauth tokens?
Currently I am storing them directly in my python script, but should they be in a different file like a .secrets file and then imported into the script?
What is the recommended pythonic way to store oauth tokens?
Currently I am storing them directly in my python script, but should they be in a different file like a .secrets file and then imported into the script?