library wunderlist-evernote-migration
coldwinds/wunderlist-evernote-migration
- Friday, August 29, 2014
- by coldwinds
- Repository
- 1 Watchers
- 3 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
wunderlist-evernote-migration
This project will convert Wunderlist's json backup file to Evernote .enex file format for importing, every list in wunderlist will generate one .enex file for manual importing to evernote., (*1)
Requirements:
PHP >= 5.4, (*2)
Composer, (*3)
Install:
{
"require": {
"coldwinds/wunderlist-evernote-migration": "dev-master"
}
}
Usage:
- Run "composer install".
- Save your Wunderlist backup file (Looks like: wunderlist-20140822-22_41_10.json) as wunderlist.json, put it in "io/input/" directory.
- Run conver.php in command line or web browser.
- After the process, the generated .enex files can be located in directory: "io/input".