从概念到待办事项:Python 3脚本可将概念中的待办事项列表迁移到Todoist中的任务 源码
Todoist的概念 Python 3脚本可将Notion中的待办事项列表迁移到Todoist中的任务。 利用了非官方的和官方的 。 先决条件 (默认包含在Python版本> = 3.4中) (默认包含在Python版本> = 3.3中) 安装 创建一个虚拟环境: $ python3 -m venv .venv 激活虚拟环境: $ source .venv/bin/activate 安装要求: $ pip install -r requirements.txt 用法 获取API密钥 概念 在Notion发布公共API之前,获取API令牌的(特别的)方法是在Web浏览器上登录
文件列表
notion-to-todoist-master.zip
(预估有个12文件)
notion-to-todoist-master
.gitignore
99B
requirements.txt
77B
execute.py
1KB
config_loader.py
193B
notion_client.py
494B
LICENSE
1KB
todoist_client.py
3KB
README.md
2KB
notion-cookie-api-v2-token.png
77KB
暂无评论