I refactored the createUser() method to take in a credentials.json file so that when starting from scratch, the user/developer/tester doesn't have to go through the walkthrough of copy/pasting their credentials one by one when running python3 fresh.py.
I also added two new methods createUserConfig() and createPrawConfig to make the code more readable.
The README.md and .gitignore are also updated accordingly.
I refactored the
createUser()
method to take in acredentials.json
file so that when starting from scratch, the user/developer/tester doesn't have to go through the walkthrough of copy/pasting their credentials one by one when runningpython3 fresh.py
.I also added two new methods
createUserConfig()
andcreatePrawConfig
to make the code more readable.The README.md and .gitignore are also updated accordingly.