Skip to content

Instantly share code, notes, and snippets.

@lybekk
lybekk / todoist_api.py
Created October 28, 2020 18:35
Interact with Todoist's API with Python
""" Todoist project/task exporter
* WORK IN PROGRESS *
Uses Todoist's Official library
https://github.com/Doist/todoist-python
"""
import os
import sys
from string import Template
import argparse