/Toodledo-To-Nozbe

Converts Toodledo tasks to Nozbe tasks

Primary LanguagePython

Toodledo-To-Nozbe

Dag Calafell, III

A converter of data from toodledo XML format to Nozbe import format.

Requirements

Python and BeautifulSoup4 After installing Python install BeautifulSoup4 using command:

pip install BeautifulSoup4 

Usage

  1. Open toodledo.com
  2. Click Import / Export / Backup
  3. Click XML Import / Export
  4. Download XML file
  5. Download this script & double check you have the requirements mentioned above
  6. Open Command Line / shell / terminal
  7. Run it, adjusting the parameters as necessary. Take note of any field which cannot be converted/imported.
python toodledo2nozbe.py toodledo.xml forNozbe.json

Successful Execution Example

  1. Open Nozbe
  2. Click Settings > Account .. Open Nozbe Import Tool
  3. Type in your email address and password
  4. Select the file generated by this script
  5. Click "Log in and Import Data"

...A task in your Nozbe inbox will appear when the import is complete

Contribute

Contributions are always welcome!

License

CC0

To the extent possible under law, Dag Calafell has waived all copyright and related or neighboring rights to this work.