Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakutis/trello-backup
Backup/download your data from Trello and query it/display interesting views
https://github.com/jakutis/trello-backup
Last synced: 2 months ago
JSON representation
Backup/download your data from Trello and query it/display interesting views
- Host: GitHub
- URL: https://github.com/jakutis/trello-backup
- Owner: jakutis
- Created: 2015-10-11T17:03:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T08:45:19.000Z (over 6 years ago)
- Last Synced: 2024-04-26T02:41:28.350Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# trello-backup [![Build Status](https://travis-ci.org/jakutis/trello-backup.svg?branch=master)](https://travis-ci.org/jakutis/trello-backup)
Backup/download your data from Trello and query it/display interesting views
- [Installation](#installation)
- [CLI](#cli)## 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