I'd like to be able to call a script, which will add a row to a Google Docs spreadsheet, and manage stuff like user login. For example,
gdocs_addrow --id <doc-id> name="John Doe" age="31"
I know there are nice Python APIs but I want to work at an even higher level.
My use case is that I want to make a script that uploads unit test results to a shared document.