This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#UTF-8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from notion_client import Client | |
import os | |
import pandas as pd | |
""" | |
This is notion script to convert your notion page into content managment system. | |
Essentially you can publish content directily to your personal blog where this script renders/convert the blocks into HTML content. | |
Currently supported blocks are paragraphs, images, codeblocks and qoutes. | |
Install the required packages by running !pip install notion_client |