Skip to content

This tool converts Weread notes to CSV compatible with Readwise.

License

Notifications You must be signed in to change notification settings

ZacharyLauGitHub/Weread-to-Readwise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

微信读书笔记 Readwise 转换器

将微信读书笔记转换为可导入 Readwise 的 CSV 文件。

如何使用

  1. 下载代码到本地
  2. 进入微信读书-->笔记,点击“导出”
  3. 点击底部的“复制到剪切板”
  4. 把剪贴板内容粘贴进一个 txt 文件
  5. 进入代码目录运行python3 weread2readwise.py --path [txt 文件地址] ,生成一个 CSV 文件
  6. 在 Readwise 这个页面 导入该 CSV 文件

注意

  1. 可使用 --url 选项添加书籍 URL 地址
  2. 可使用 --date 选项指定读书笔记的日期,默认为运行该工具日期

Weread to Readwise

This tool converts Weread notes to a csv compatible with Readwise.

How to use

  1. Download or clone the code to local
  2. In Weread, go into your notes, click "export"
  3. Click "Copy to clipboard”
  4. Paste the copied notes into a txt file
  5. Run this script by typing 'weread2readwise.py --path [txt file path]', the script will create a csv file
  6. In Readwise, import the csv file in this page: https://readwise.io/import_bulk

Notes

  1. You can use the --url option to add the book URL address
  2. You can use the --date option to specify the date of the book note, the default is the date the tool was run

About

This tool converts Weread notes to CSV compatible with Readwise.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages