Skip to content
/ zotion Public

A python client for the official notion API :)

Notifications You must be signed in to change notification settings

avlm/zotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP Python client for official Notion API (now in public beta)

$ pip install zotion
>>> from zotion.client import Notion
>>> notion = Notion('YOUR_NOTION_API_KEY')
>>> database = notion.retrieve_database('YOUR_DATABASE_ID')

Database will be an addict object, so you can easily access info just doing this:

>>> database.title[0].text.content
>>> 'My great database'

For now just internal integrations.

Feel free to contribute.

MIT license.

Releases

No releases published

Packages

No packages published

Languages