Skip to content

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages