trello-backup

Backup/download your data from Trello and query it/display interesting views

Usage no npm install needed!

<script type="module">
  import trelloBackup from 'https://cdn.skypack.dev/trello-backup';
</script>

README

trello-backup Build Status

Backup/download your data from Trello and query it/display interesting views

Installation

npm install -g trello-backup

Configuration

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.

CLI

Backup

trello-backup ./path/to/config.json

List all cards in a given list in all boards

trello-backup ./path/to/config.json cards-in-list <list-name>