Added the management of completed tasks

This commit is contained in:
2025-12-31 15:50:45 +01:00
parent 91e1a83bf0
commit c901ce7653
3 changed files with 96 additions and 9 deletions
+14
View File
@@ -0,0 +1,14 @@
TODOIST_TOKEN=fbbe7596bcb32135a2d1d986fc729cc70211a8ff
TUDUDI_BASE_URL=https://tududi.diruscio.org
TUDUDI_API_KEY=tt_78d7a84e8dcebebeaf300f1557ae7bd8390bddc9f257282d013909cfc0dfd6d2
TUDUDI_SQLITE_PATH=./tududi_db/tudodi.sqlite3
DRY_RUN=false
CLEAN_FIRST=True
USE_AREAS=False
SKIP_COMPLETED_TASKS=True
SKIP_ARCHIVED_PROJECTS=True
SKIP_EMPTY_PROJECTS=True
REQUEST_SLEEP=0.10