Skip to content

Trello Dump is a utility to dump the contents of a Trello board to an Excel spreadsheet.

License

Notifications You must be signed in to change notification settings

John-Lee-Cooper/trello-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello Dump

Trello Dump is a utility to dump the contents of a Trello board to an Excel spreadsheet.

Trello trello-url is a terrific tool and I use it a lot in the office and at home. But there are times when I would like to export all of the data that I have added to my boards, lists and card. Fortunately, trello has a very good API and py-trello provides a nice python wrapper for it.

Trello Dump uses these tools and pandas to allow the user to select one of their boards and export it to an Excel workbook.

Installation

Manual

  $ git clone https://github.com/John-Lee-Cooper/trello-dump.git
  $ cd trello_dump
  $ python setup.py install

Usage

$ trellod

Once you have provided the Oauth Keys necessary to access your Trello boards, Trello Dump will present a list of all of your active boards and prompt you to select one. Here is one of my boards I was using to build a Fluxx Deck (See Fluxx_Maker):

trello

Once you have selected a board, Trello Dump will create an Excel spreadsheet in your local directory name Trello .xlsx and open it. The first worksheet will contain a summary of the board: a list in every column and that list's cards in the following rows:

excel-board

The remaining worksheets will contain details of the cards in each of the boards list: * Card Name * Card Descriptions * Card ToDo lists * Card Attachment (links)

excel-list

Todo

Written by

About

Trello Dump is a utility to dump the contents of a Trello board to an Excel spreadsheet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages