Skip to content

Instantly share code, notes, and snippets.

@schroding3rscat
schroding3rscat / wunderlist_todoist_import.py
Last active October 6, 2016 11:57
A simple script that copies your Wunderlist tasks to Todoist. It saves Wunderlist list structure as projects in Todoist. Completed tasks also copied and marked as completed in Todoist as well.
# A simple script that copies your Wunderlist tasks to Todoist.
# It saves Wunderlist list structure as projects in Todoist.
# You will need to install todoist-python library first:
# pip install todoist-python
import json
import time
from argparse import ArgumentParser
import todoist