mmmanyfold / notion-s3-sync

Download your Notion workspace content via Notion API and upload to s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mmmanyfold/notion-s3-sync

Download your Notion's workspace content via Notion API and optionally uploads to s3

DEPENDENCIES

SETUP

  • cargo build

TEST

  • cargo test

BUILD

  • cargo build --bin

RUNNING

  • as CLI
export NOTION_API_KEY="secret"
export NOTION_API_WORKSPACE="mmmanyfold"
./ns3 --database xyz

# during development
NOTION_API_KEY=secret NOTION_API_WORKSPACE=mmmanyfold \
  cargo run -- --database xyz
  • as lambda fn
TODO

About

Download your Notion workspace content via Notion API and upload to s3


Languages

Language:Rust 100.0%