Giter Site home page Giter Site logo

notion2arweave's Introduction

notion2arweave

Arweave2notion can store the content of notion to arweave and restore the pages to notion.

Compile and run

go 1.18

$ go tidy

$ go build

$ ./notion2arweave

Config

appname = "notion2arweave"
version = "0.1.0"

[arweave]
	pk = "xxxxxxxxx" # Your Metamask private key, used to pay for uploading arweave, using everpay
	everpay_url = "https://api.everpay.io"
	arseed_url = "https://arseed.web3infra.dev"

[notion]
	api_auth = "secret_xxxxx" # your notion secret key
	base_url = "https://api.notion.com"
	version = "2022-06-28"

[service]
	port = "2333" # service port

๐Ÿ‘‰ Key references

Restful API

Save notion page to arweave

GET: /v1/page/save/:uuid

  • uuid: uuid of the notion page.

Load a page from arweave and add it to notion

GET: /v1/page/load/:parent/:artxid
  • parent: uuid of the notion page to load new page.
  • artxid: transaction id of arweave for storing page content.

Supported notion block types

  • Paragraph
  • Heading1
  • Heading2
  • Heading3
  • NumberedListItem
  • BulletedListItem
  • ToDo
  • Toggle
  • Callout
  • Divider
  • Quote
  • Video
  • Image

TODO

  • Download sub page
  • Support more block types on notion
  • Store TableView content
  • Front-end website
  • User wallet signature and payments

notion2arweave's People

Contributors

cryptowizard0 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.