django-todoist is a Django plugin that allows to fetch projects and tasks from Todoist and save them as Django models which can be further processed or linked by your custom code or managed directly via admin.
Developer comments
Todoist API allows not only to read but also to create, update, move and delete items. I am not planning to implement this functionality because I only needed to import my own data to the evolving django-organizer. Please feel free to contribute advanced commands if you need them.
Product's homepage
Requirements:
· Django
· Python