This is the data collection follow-up to "Where are the numbers?" https://medium.com/grace-hopper-2013/cb997a57252
The easiest way to view the collected data is this Google spreadsheet: https://docs.google.com/spreadsheet/ccc?key=0AlZH8QBl60oodEJTdFA5TlZOcDJCMU02RkZoSHF5SHc#gid=0
Please read the contributing guidelines. Thank you for helping to improve the data!
Right now, I manually run update_script.py
to pull the numbers out
of data.txt
and submit them to the Google spreadsheet.
Something like this:
python update_script.py -e women.in.software.eng@gmail.com -p [password] -d data.txt
You can pass it in to your own spreadsheet by supplying the Spreadsheet Key (SS_KEY
):
python update_script.py -e $GOOGLE_EMAIL_ADDRESS -p $PASSWORD -d data.txt -s $SS_KEY
Where SS_KEY
is the key found in a Google Docs spreadsheet URL:
https://docs.google.com/spreadsheet/ccc?key=$SS_KEY
The repo is forked from triketora's account. To contact, reach out to her on Twitter at @triketora or email me at tracy at pinterest.com.