Create Todoist projects from file.
Supported file types:
- yml, yaml
- Install
pip install --user todoist_templates
- Set environment variable with your TodoistApi
export TODOIST_API=123123123
- Create project template based on
example_project.yml
file - Run
todoist_templates path/to/project_template.yml
All supported properties based on this api: https://developer.todoist.com/sync/v8/
name
- Project namecolor
- Project color [integer] from 30 to 49 - More explanationtasks
- Project tasksname
- Name of taskpriority
- Priority of task [integer] from 1 to 4tasks
- Subtasks
sections
- Project sectionstasks
- Tasks in section, properties are the same like in base projecttasks
- Add tests
- Add JSON support