-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
dongwei6688 edited this page Jul 28, 2026
·
4 revisions
方式一:网页版
打开 https://weread.qq.com/r/weread-skills → 获取 API Key → 微信扫码登录 → 复制 wrk-xxx Key
方式二:App
微信读书 App → 设置 → 底部获取 API Key → 扫码或复制 wrk-xxx
export WEREAD_API_KEY=wrk-xxxxxxxxgit clone https://github.com/dongwei6688/weread-notes-export-skill \
~/.hermes/skills/weread-notes-export# 查看统计
python3 ~/.hermes/skills/weread-notes-export/scripts/export_weread_notes.py --stats
# 导出一本书
python3 ~/.hermes/skills/weread-notes-export/scripts/export_weread_notes.py --book "原则"
# 导出全部
python3 ~/.hermes/skills/weread-notes-export/scripts/export_weread_notes.py --all| 环境变量 | 必需 | 说明 |
|---|---|---|
WEREAD_API_KEY |
✅ | 微信读书 API Key(格式 wrk-xxx) |
WEREAD_NOTES_DIR |
❌ | 笔记输出目录(默认 ~/.weread-notes/) |
MIT Licensed · Made with ❤️ by dongwei6688