Skip to content

barleytea/isbn2notion

Repository files navigation

isbn2notion

ISBNから書誌情報を取得し、Notionのデータベースに挿入するスクリプト。

isbn2notion_demo.mp4

シーケンス図

sequenceDiagram
  autonumber
  actor User
  User->>+AppSheet Client: ISBNを登録
  AppSheet Client->>+GAS: webhookでISBNをPOST
  GAS->>+openBD: 書誌情報を検索
  openBD->>-GAS: 書誌情報を返却
  GAS->>+AppSheet Server: AppSheet APIで書誌情報を保存
  GAS->>+Notion: Notion APIで書誌情報を保存
Loading

環境変数設定

  1. env.ts.exampleenv.tsにリネームして、各項目を記載しておく
  2. $ clasp push を実行する。手元のscriptでscript.google.comの内容が上書きされる
  3. GASエディタ上のconfig.gssetPropertiesを実行する。scriptPropertiesとして各項目が設定される

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published