@0y0/scraper-plugin-google-sheet 中文文档教程

发布于 3年前 浏览 19 项目主页 更新于 3年前

@0y0/scraper-plugin-google-sheet · GitHub licensenpm

@0y0/scraper-plugin-google-sheet 是一个 @0y0/scraper 插件,用于将数据导出到 google 表格。

Installation

npm install --save @0y0/scraper-plugin-google-sheet

Usage

const plugin = require('@0y0/scraper-plugin-google-sheet')

plugin.setGoogleCredentials(
  // (object) Google Credentials: A JSON object with service account key
  credentials
)

plugin.out(
  {
    // (string) Spreadsheet ID
    spreadsheetId
    sheet: {
      // (string) Sheet title
      title,
      // (string[]) Sheet header
      header,
      // (string[][]) Sheet body
      body
    }
  },
  // (object?) Global definitions
  variables
)

License

麻省理工学院

@0y0/scraper-plugin-google-sheet · GitHub licensenpm

@0y0/scraper-plugin-google-sheet is a @0y0/scraper plugin to export data to google sheet.

Installation

npm install --save @0y0/scraper-plugin-google-sheet

Usage

const plugin = require('@0y0/scraper-plugin-google-sheet')

plugin.setGoogleCredentials(
  // (object) Google Credentials: A JSON object with service account key
  credentials
)

plugin.out(
  {
    // (string) Spreadsheet ID
    spreadsheetId
    sheet: {
      // (string) Sheet title
      title,
      // (string[]) Sheet header
      header,
      // (string[][]) Sheet body
      body
    }
  },
  // (object?) Global definitions
  variables
)

License

MIT

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文