2025-12-30 12:53:42 +01:00
2025-12-30 12:53:42 +01:00
2025-12-30 00:39:10 +01:00

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.

S
Description
No description provided
Readme 64 KiB
Languages
Python 100%