From 8cbf986847c17b3eec07f67ff33beec1f2f81741 Mon Sep 17 00:00:00 2001 From: Matt Wiseley Date: Sat, 18 Oct 2025 22:09:21 -0400 Subject: [PATCH] Why? --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d075a17..e16f237 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Todoist is a SaaS task manager. Todoist provides backups of current tasks, but does not include completed tasks. Nor does it provide a human-readable backup. This Python script provides a command-line tool to export all available active and completed tasks from the Todoist API to a JSON file, including attachments, subtasks and comments, and generates a human-readable HTML backup. +One who pays Todoist to provide a todo list application might ask, why don't they provide this? This took me maybe 8 hours all in. + ## Features - Exports all active and completed tasks from all projects (active and archived) - Nests tasks under their respective projects, including all available fields