scripts/todoist2org
Marcel Kapfer 877c6783fe
[todoist2org] Add project name as file category
2022-11-26 07:57:00 +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] Add project name as file category 2022-11-26 07:57:00 +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