Google Docs Spreadsheet to JSON converter, to be used with backdropsend.
- Get yourself a virtualenv (optional)
pip install -r requirements_for_tests.txt
nosetests
./backdrop-google-spreadsheet-collector --doc the_document_i_want
Create a config.json
file in this directory that looks a bit like:
{
"the_document_i_want": {
"username": "email@example.com",
"password": "google-app-specific-password",
"key": "google-docs-spreadsheet-key"
}
}
This command will output JSON that can be consumed by other tools, e.g. piped in to backdropsend.