安装Python环境
这一步我推荐使用anaconda
导出enex文件
1 2 3 4 5 6 7 |
conda create -n py3 python=3.8 -y conda activate py3 pip install evernote-backup evernote-backup init-db --backend china evernote-backup sync evernote-backup export output_dir/ |
获取Notion的cookie
打开Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.,登陆账号
下拉,找到token_v2,在内容上点右键复制,即可获取到cookie。
上传到Notion
1 2 3 |
pip install --user enex2notion python3 -m enex2notion --token b8cxxxxxxxxx --done-file done.txt output_dir/ |
此时就会批量上传了,只需耐心等待即可。
本文最后更新于2022年9月24日,已超过 1 年没有更新,如果文章内容或图片资源失效,请留言反馈,我们会及时处理,谢谢!