Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 992 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 992 Bytes

Wunderlist 2 Todoist

Tool in Python 3 to export Wunderlist data into Todoist.

Bases upon the library pytodoist by Gary.

If you have any sugestion, please contact me to my [email protected] or submit a pull request.

Usage

  1. Go into your Wunderlist account:
  2. Click on your user icon
  3. Account Settings
  4. Account -> Account Backupt -> Create Backup
  5. Make shure you have set a Todoist password (in the case you created the account with Google's login)
  6. In a terminal in the destination folder (make sure you have pip installed):
  7. $ pip install pytodoist
  8. $ python wunderlist2todoist.py [email] [wunderlist_dump_path]
  9. Input the password when requested
  10. Enjoy 😉

Tips

  • Be careful about leading and trailing white-spaces in your JSON.

WIP

  • Dealing with misconnections and maximum number of requests to the Todoist API.