Devlog 2 (02.12.2017)
Today was a rather basic, but important day.
Before anyone argues with me, I ended up reading over the gspread documentation and messed around with it a bit. The results ended up being committed.
You can view the changes on the bitbucket, which can be found here. I also updated the .gitignore to include vim's editing files (the .wp/.swo files) and also my credential files.
I also wrote some bad code I will change, but still wrote because I thought it was funny, that code (which is in main.py) is as follows:
credentials = oauth2client.service_account.ServiceAccountCredentials.from_json_keyfile_name( ('c' 'r' 'e' 'd' 's' '.' 'j' 's' 'o' 'n' ), scope)
(I tried to get the alignment right, but this is the best I could do.)
Yes, it's ugly and ridiculous, but I love it.















