/Wunderlist2Todoist

Tool in Python to export Wunderlist data into Talkdesk

Primary LanguagePython

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 diogojapinto@gmail.com 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.