Initial commit

This commit is contained in:
2025-12-30 00:39:10 +01:00
parent 626ec2d624
commit 0b115cd575
2 changed files with 908 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
This is an application to import tasks to Tududi from Todoist.
To use it, you need to set up a .env file with your Todoist API token and Tududi API key. Here is an example of what the .env file should look like:
```
TODOIST_TOKEN=your_todoist_api_token
TUDUDI_BASE_URL=https://your_tududi_instance_url
TUDUDI_API_KEY=your_tududi_api_key
DRY_RUN=false
CLEAN_FIRST=True
USE_AREAS=False
```
Make sure to replace `your_todoist_api_token`, `https://your_tududi_instance_url`, and `your_tududi_api_key` with your actual credentials.