Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 420 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 420 Bytes

notion-api

Setup

Please go to here to create Secrets ID and Database ID.

Usage

export NOTION_KEY=your_secret_key
export BLOCK_ID=your_database_id
  • all text
go run main.go
  • only paragraph
go run main.go paragraph
  • only todo
go run main.go todo
  • only bullet
go run main.go bullet
  • only toggle
go run main.go paragraph