Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 355 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 355 Bytes

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)