trello-mindmap icon indicating copy to clipboard operation
trello-mindmap copied to clipboard

Quick script to export a Trello board as Freemind Mind Map

Exports Trello boards to Freemind Mind Maps.

To setup, type make setup.

To run, make sure that virtualenv is active by typing . env/bin/activate, then python trello_mindmap.py -o OUTFILE -b BOARD -k KEY -s SECRET.

TODO:

  • add support for labels, checklists and descriptions
  • needs some tests (developed using RDD, REPL Driven Development)