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
+2
View File
@@ -8,6 +8,8 @@ TUDUDI_API_KEY=your_tududi_api_key
DRY_RUN=false
CLEAN_FIRST=True
USE_AREAS=False
SKIP_COMPLETED_TASKS=True
REQUEST_SLEEP=0.10
```
Make sure to replace `your_todoist_api_token`, `https://your_tududi_instance_url`, and `your_tududi_api_key` with your actual credentials.