harmtemolder / wunderlist-to-evernote

A simple Python script that reformats a Wunderlist JSON export to an Evernote ENEX import
GNU General Public License v3.0
2 stars 1 forks source link

Wunderlist to Evernote

A simple Python script that reformats a Wunderlist JSON export to an Evernote ENEX import

Disclaimer

This thing is extremely rough around the edges. Feel free to adapt it to your own needs, but I can't be held responsible for any loss of data. Good luck.

What does this do?

If you're migrating from Wunderlist to Evernote (like I was), this script translates your Wunderlist JSON export to an ENEX file that can then be imported in Evernote. It's based on these assumptions:

How do I use it?

  1. Go to Wunderlist Account Settings
  2. Click Create Backup and, when it's finished creating your backup, Click to Download
  3. Save the resulting JSON file next to wunderlist_to_evernote.py
  4. Open your terminal
  5. run python wunderlist_to_evernote.py wunderlist-2019025-15_56_50.json, replacing the JSON filename to your export, of course
  6. Go to Evernote > File > Import Notes...
  7. When importing in Evernote, don't forget to check "Import Tags" if you want to see your Wunderlist list names in Evernote

What dependencies do I need to install?

pip install lxml pandas

But how about export.wunderlist.com?

I'm not sure, currently waiting on one of those. See this for more info.