1.7.0 • Published 2 years ago

gootenberg v1.7.0

Weekly downloads
32
License
ISC
Repository
-
Last release
2 years ago

POLITICO

gootenberg

Gootenberg

A tool for handling everything a news developer needs from the Google API.

Why This?

Because news developers are writing their own utilities to process data from Google Drive for special projects rigs, and we can make something better if we stop all that duplication.

Installation

Install the package

$ npm install gootenberg

Usage

Create a Google Doc. Share it with your Google service account's client email (see Authenticating). Get the Doc ID for that document. You can find it in the URL between d/ and /edit like this:

docId

Import it, create a new instance of Gootenberg, authenticate it with your Google credentials, and run one of its asynchronous functions.

import Gootenberg from 'gootenberg';
import credentials from './credentials.json'

async function myFunc(){
  const goot = new Gootenberg();
  await goot.auth.jwt(credentials);

  const data = await goot.parse.archie('MY_DOC_ID');
}

Methods

auth

docs

drive

parse

sheets

Developing & Contributing

If you'd like to contribute, check out these docs.

As a Microservice

If you're interested in setting Gootenberg up as an AWS Lambda microservice, check out Gootenberg on Lambda. There's some basic instructions on set up, but if you need more help, feel free to reach out.

1.7.0

2 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

4 years ago

1.4.3

4 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago