Skip to content

Instantly share code, notes, and snippets.

View agungkes's full-sized avatar
🎯
Tancap Gan

Agung agungkes

🎯
Tancap Gan
View GitHub Profile
@agungkes
agungkes / indo.json
Created September 4, 2025 05:34
Indonesia Topo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@agungkes
agungkes / lark-to-docx.py
Last active June 30, 2025 00:51
This script automates the process of backing up content from Lark Wiki pages and exporting them as .docx files. It's useful for teams or individuals who want offline access to their documentation or need to archive wiki content outside of Lark.
import os
import json
import time
import requests
# ====== Konfigurasi ======
ACCESS_TOKEN = "YOUR-ACCESS-TOKEN"
SPACE_ID = "YOUR-SPACE-ID"
ROOT_NODE_TOKEN = "YOUR-NODE-TOKEN" # token node paling atas
HEADERS = {