Every 60 seconds runs workflow of creating history records to Notion for each completed Todoist task linked with
Notion (Maintenance action DB) and creating new linked Todoist tasks for each maintenance action without one.
- Copy the
.env.example
file to.env
and fill in the required environment variables:cp .env.example .env
- Customize mappings.json with your specific mappings between Todoist projects and Notion databases.
- Install the required Python packages:
pip install -r requirements.txt
Links:
Notion template for Maintenance Actions DB
Todoist API
Notion API