You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 months ago
..
.env.example 🎉 [todoist2org] Added initial (more or less) working version 7 months ago
.gitignore 🎉 [todoist2org] Added initial (more or less) working version 7 months ago
README.org 🎉 [todoist2org] Added initial (more or less) working version 7 months ago
requirements.txt 🎉 [todoist2org] Added initial (more or less) working version 7 months ago
todoist2org.py 🐛 [todoist2org] Fix wrong section tags 6 months ago

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