Official Notion SDK rewritten in Python (sync + async)

notion-sdk-py This client is meant to be a Python version of the reference JavaScript SDK,so usage should be pretty similar between both. 😊 📢 Announcement (14-08-2021) — 0.6.0 is now released and adds support forthe recent Notion API changes.Upgrading should be seamless from 0.4.0 onwards. Installation pip install notion-client Usage Before getting started, create an integrationand find the token.→ Learn more about authorization. Import and initialize a client using an integration token or anOAuth access token. import os from notion_client […]

Read more

A small Python app to create Notion pages from Jira issues

Jira to Notion This little program will capture a Jira issue and create a corresponding Notion subpage. Mac users can fetch the current issue from the foremost Chrome or Safari window. Others will get a popup asking for the issue number. Installation OS independent Install Python First. The program won’t work unless you install Python. Click here to install Python. The official Python docs are good enough to help you through the installation. Create a folder (presumably called j2n), and […]

Read more