implemented quick and easy way for storing credentials in json files. Most of the stuff in here is template ideas, season them to taste for yourself #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "class_credentials_loader"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Most of the freaky stuff in credentials.py happened due to reordering the script.
Added some functionality to just simply load json files directly into python classes for you.
All you have to do is define the classes and make sure the variables align with the json and you're essentially done with the loading part.