将微信读书笔记转换为可导入 Readwise 的 CSV 文件。
- 下载代码到本地
- 进入微信读书->笔记,点击“导出”
- 点击底部的“复制到剪切板”
- 把剪贴板内容粘贴进一个 txt 文件
python3 weread2readwise.py --path [txt 文件地址]
运行本工具,生成一个 CSV 文件- 在 Readwise 这个页面 导入该 CSV 文件
- 可使用 --url 选项添加书籍 URL 地址,虽然我没发现有什么用
- 可使用 --date 选项指定读书笔记的日期,默认为运行该工具日期
本工具启发自 https://github.com/mtfront/weread-notion
This tool converts Weread notes to a csv compatible with Readwise.
- In Weread, go into your notes, click "export/导出"
- Click "Copy to clipboard/复制到剪贴板”
- Paste the copied notes into a txt file
- Run this script by typing 'weread2readwise.py --path [txt file path]', the script will create a csv file
- In Readwise, import the csv file in this page: https://readwise.io/import_bulk
- You can use the --url option to add the book URL address, although I didn't find it useful
- You can use the --date option to specify the date of the book note, the default is the date the tool was run
This tool was inspired by https://github.com/mtfront/weread-notion