Skip to content

edtechhub/trello-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

trello-export

There are existing Trello CLIs, e.g.

However, currently they do not seem to be able to export Trello boards to JSON. In the web UI, you can go to

Board menu > More > Print and Export > JSON

to download JSON of the board.

Installation

pip install py-trello
git clone https://github.com/edtechhub/trello-export.git
cd trello-export

Setup

Add the api_key in config.json. Can be found from https://trello.com/1/appKey/generate

./trello-export.py --help
./trello-export.py --authenticate
./trello-export.py --token TOKEN

Usage

List boards (the above apps can do that)

trello-export --list

Export board as json

trello-export --board=board_id

or

trello-export --all

Note: You will get up to 1000 actions ('card history').

Credits

This tool was developed by https://github.com/a1diablo with input from https://github.com/bjohas.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages