Skip to content

Instantly share code, notes, and snippets.

View agent87's full-sized avatar
🏠
Working from home

Arnaud Kayonga agent87

🏠
Working from home
View GitHub Profile
@agent87
agent87 / logger.py
Created November 6, 2024 16:18
Custom logging Module
#UTF-8
@agent87
agent87 / notion_sdk.py
Last active May 5, 2023 16:18
A notion api script to make your notion page your cms.
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