We use GSpread library to write results directly to Google Docs spreadsheet in real-time.
curl -L -o virtualenv.py https://raw.github.com/pypa/virtualenv/master/virtualenv.py python virtualenv.py venv . venv/bin/activate pip install selenium gspread ipdb
. venv/bin/activate GOOGLE_EMAIL="xxx" GOOGLE_PASSWORD="yyyy" GOOGLE_SPREADSHEET="zzz" python modelmayhem.py