paperboi / kindle2notion

Export all clippings from your Kindle device to a database in Notion.
https://pypi.org/project/kindle2notion/
MIT License
886 stars 120 forks source link

Issues in Notion API, 400 error, library broken #64

Closed anshulahuja98 closed 2 years ago

anshulahuja98 commented 2 years ago

The library has broken due to issues in the notion unofficial API

https://github.com/jamalex/notion-py/issues/351

Refer above issue

paperboi commented 2 years ago

Sorry for the late reply, will look into this.

ShuibCodes commented 2 years ago

.

HI, whats the status on this issue?

jgajera commented 2 years ago

Bump - I'm also facing this issue

victorterancas commented 2 years ago

Facing the same issue. But using ramnes notion-sdk-py.

paperboi commented 2 years ago

Hi @anshulahuja98 , I rewrote the code from the ground up. It now relies on notional for the read/write operations to the Notion database. It should be working smoothly now.

anshulahuja98 commented 2 years ago

Woah that's great @paperboi, I'll try to take this update to the extension soon.

Thanks for the update