2

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?

ClickThisNick
  • 5,110
  • 9
  • 44
  • 69
  • 1
    Possible duplicate of [Storing the secrets (passwords) in a separate file](https://stackoverflow.com/questions/25501403/storing-the-secrets-passwords-in-a-separate-file) – Opsse Jul 29 '18 at 14:06

0 Answers0