Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

alphagov/backdrop-google-spreadsheet-collector

Repository files navigation

Build Status

What is it?

Google Docs Spreadsheet to JSON converter, to be used with backdropsend.

Setup

  1. Get yourself a virtualenv (optional)
  2. pip install -r requirements_for_tests.txt

Running tests

nosetests

Running the app

./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.

About

Google spreadsheet to JSON converter, to be used with backdropsend.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 7