Skip to content

utsavpatel51/Notion-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notion-SDK

Notion-SDK is pythonic interface to use Notion Beta API.

Getting Started

from Notion_SDK import NotionClient
notion_client = NotionClient("NOTION_ACCESS_TOKEN")

Now to use database related API we can simply write.

response = notion_client.databases.query_database("database_id")
print(response)

About

Wrapper to use Notion Beta API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages