Cobertos / md2notion

A better Notion.so Markdown importer
MIT License
654 stars 65 forks source link

Rewrite with official Notion API #41

Open Cobertos opened 3 years ago

Cobertos commented 3 years ago

It would be nice to use notion-sdk-py to rewrite this to target the official API.

Notion API needs to support:

TODO: Gotta fill these in

tonyxiao commented 2 years ago

What's the advantage of using official Notion API over what is currently working?

Cobertos commented 2 years ago

I'm pretty sure they prefer the official API (I believe at one point they were throttling the old API). That and I don't think notion-py is maintained anymore

mariusvniekerk commented 2 years ago

Might be worth using https://github.com/jheddings/notional for this once that has reached sufficient maturity

dprothero commented 2 years ago

An unofficial API could break at any time. An official API will be supported and generally won't undergo breaking changes.

Qouagga commented 1 year ago

Somebody work on this ?