scripts/todoist2org
Marcel Kapfer 20b17be7b3
🐛 [todoist2org] Fix wrong section tags
The list of additional labels (containing the project name and the
section name) was not reset after parsing a section but only after
parsing a project. This resulted in wrong additional labels being
added to some tasks.
2022-11-26 08:01:29 +01:00
..
.env.example 🎉 [todoist2org] Added initial (more or less) working version 2022-11-14 23:30:18 +01:00
.gitignore 🎉 [todoist2org] Added initial (more or less) working version 2022-11-14 23:30:18 +01:00
README.org 🎉 [todoist2org] Added initial (more or less) working version 2022-11-14 23:30:18 +01:00
requirements.txt 🎉 [todoist2org] Added initial (more or less) working version 2022-11-14 23:30:18 +01:00
todoist2org.py 🐛 [todoist2org] Fix wrong section tags 2022-11-26 08:01:29 +01:00

README.org

Opinionated Todoist to Org-Mode Exporter

Very early WIP state.

Quick Start

  1. Copy .env.example to .env
  2. Set TOKEN to Todoist API token in .env
  3. Adjust OUTPUT_DIR in .env if necessary
  4. Create new Python virtual environment and activated it
  5. Install dependencies with pip install -r requirements.txt
  6. Execute script with python todoist2org.py