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.
- Go into your Wunderlist account:
- Click on your user icon
- Account Settings
- Account -> Account Backupt -> Create Backup
- Make shure you have set a Todoist password (in the case you created the account with Google's login)
- In a terminal in the destination folder (make sure you have pip installed):
- $ pip install pytodoist
- $ python wunderlist2todoist.py [email] [wunderlist_dump_path]
- Input the password when requested
- Enjoy 😉
- Be careful about leading and trailing white-spaces in your JSON.
- Dealing with misconnections and maximum number of requests to the Todoist API.