jamalex / notion-py

Unofficial Python API client for Notion.so
MIT License
4.29k stars 474 forks source link

Feature: Support Notion Integration Tokens #341

Open jmuchovej opened 3 years ago

jmuchovej commented 3 years ago

I'm not super familiar with the nuts-and-bolts of NotionClient, but it seems like there's no support for Notion's Integration Tokens.

Are there any plans to support this? I know that minwook-shin/notion-database supports it, which is quite convenient, but it doesn't seem like notion-py does. 😕

Is this something on the horizon? (I didn't see any issues mentioning it.)

hugocool commented 3 years ago

There is an entirely separate effort devoted to developing a (un-official) Notion API Python SDK. https://github.com/ramnes/notion-sdk-py

It is currently a little rough around the edges however it will be more future proof in terms of integrations.