Things3 to Notion Sync
February 18, 2024 ยท View on GitHub
Thesis
- I love Things
- I love Notion
- I want interop between them
Features
- Using Things as a source of truth, tasks are synced into a notion Database. All data is preserved.
- Smart sync:
- Tasks that exist in Things and not in Notion are created
- Tasks that exist in both, with a newer
modifiedproperty in Things are marked as "stale" and updated - Tasks that exist in Notion but not in Things are archived
Setup
- Ensure .env has
NOTION_TOKENandNOTION_DATABASE_ID - Ensure path to Things3 database is correct in
main.py - Run
main.py
Usage
- Run the
build.shscript - Run each command in the
install.shinsudo