Skip to content
SDHokie edited this page Aug 6, 2015 · 5 revisions

gspread - https://github.com/burnash/gspread

gspread API Reference - http://gspread.readthedocs.org/en/latest/index.html

gspread w/ oauth2 - http://gspread.readthedocs.org/en/latest/oauth2.html

pyopenssl error - http://chriskief.com/tag/pyopenssl/

OSX

harder than it should be, need to install a few things via macports or homebrew (macports shown)

sudo port install openssl
sudo env ARCHFLAGS="-arch x86_64" LDFLAGS="-L/opt/local/lib" CFLAGS="-I/opt/local/include" pip install cryptography PyOpenSSL oauth2client gspread

Clone this wiki locally