Documentation
README
Feishu Docx Exporter
Export Feishu/Lark cloud documents to Markdown for AI analysis, writing, and automation.
Setup (One-time)
pip install feishu-docx
feishu-docx config set --app-id YOUR_APP_ID --app-secret YOUR_APP_SECRET
Token auto-refreshes. No user interaction required.
Optional features are split into extras so the core install stays lightweight. Quote extras in zsh and similar shells.
Optional: Browser-Based Export
export-browser requires Playwright and a Chromium runtime:
pip install 'feishu-docx[browser]'
playwright install chromium
Optional: PDF Export
PDF export requires the pdf extra:
pip install 'feishu-docx[pdf]'
Export Documents
feishu-docx export "<FEISHU_URL>" -o ./output
This is the opening of the README. Read the full README on GitHub.