将所有Apple iCloud笔记导出到Google Keep

notes-to-keep的Python项目详细描述


注意事项

将macos上的所有Apple iCloud Notes导出到Google Keep

安装

pip install notes_to_keep

用法

Usage:
    notes_to_keep <email> <password> [options]
    notes_to_keep --help
    notes_to_keep --version

Arguments:
    <email>           Your Google account
    <password>        The password of your Google account

Options:
    --num=<num>       The number of notes to be exported to Google
                      Keep (default: all notes will be exported)
    --prefix=<pfx>    Append a prefix before the title of all notes.
                      A pair of [] will be put around it
                      automatically. (Default: empty)
    --meta-header     Add a header message to the beginning of each
                      note to include the original creation time
                      of the note and the import time.
    --no-label        Do not create a label for all imported notes.
                      By default, we will create a new label for
                      all imported notes.
    --folders         Create labels that correspond to the folders
                      in your Notes db.

许可证

版权所有2018 adam yii@adamyi.com

MIT License

已知问题

这仍然是阿尔法质量,很可能有缺陷。风险自负。下面是一些当前已知的问题,有待解决:

  • 它不会将任何照片、附件等上传到google keep。它只上传文本。
  • 它不会缩短标题,因此在某些极端情况下,google后端可能会抛出500(对于某些其他情况,比如google不支持的某些特殊字符,也会抛出500)。但对于你的大多数笔记(几乎所有的笔记)来说,都会很好的(2000+笔记中有2个出错了)。

贡献

所有提交文件,包括项目成员提交的文件,都需要审查。为此,我们使用github pull请求。

免责声明

这不是谷歌的官方产品。Google LLC或Apple Inc既不支持也不支持它。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Hibernate:合并并删除,而不是从数据库中删除实体对象   java如何在WebFilter中有条件地从Mono返回?   java调用mysql c3p0函数   可执行jar Java jar文件加载错误:无法找到或加载主类。类导致的错误:java。lang.ClassNotFoundException:某些东西。班   java如何减少/更改爬网后的延迟?   从其他语言(如Java、PHP、Perl、Python等)调用C/C++代码的最佳方式是什么?   java如何模拟影响对象的void返回方法   当我试图在ubuntu上启动JavaScala时,它抛出了一个异常   java如何正确输出游戏   理解java和C++背景下的JavaScript原型   oracle如何将Java函数转换为postgresql函数   多线程为什么我的java服务器程序在超时后不退出?   java如何使listView中的按钮在单击时工作?   试图将这个嵌套的java forloop转换为python,但我不知道如何转换。有没有一种方法可以像这样为循环执行if语句?   java幂函数在计算器中的应用   如何在java中滚动浏览mysql数据库   在Spring Boot应用程序的JUnit测试中,java没有符合自动连线JPA存储库要求的bean   java如何使用扩展类的JPanel对象?