Opinionated Todoist to Org-Mode Exporter
Very early WIP state.
Quick Start
- Copy
.env.example
to .env
- Set
TOKEN
to Todoist API token in .env
- Adjust
OUTPUT_DIR
in .env
if necessary
- Create new Python virtual environment and activated it
- Install dependencies with
pip install -r requirements.txt
- Execute script with
python todoist2org.py