Backup/download your data from Trello and query it/display interesting views
npm install -g trello-backup
An example config.json
:
{
"key": "get it from https://trello.com/app-key",
"token": "go to https://developers.trello.com/sandbox, open your browser's web developer console, click Execute in sandbox UI, take token from the request url in the network tab",
"backupDirectory": "/home/user/backup/trello",
"boards": {
"89ABCDEF": "board-name"
}
}
If the boards
property is not defined, then all the boards are backed up.
trello-backup ./path/to/config.json
trello-backup ./path/to/config.json cards-in-list <list-name>