Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claremacrae/export_all_trello_boards
Script to simplify downloading of all Trello boards
https://github.com/claremacrae/export_all_trello_boards
Last synced: about 1 month ago
JSON representation
Script to simplify downloading of all Trello boards
- Host: GitHub
- URL: https://github.com/claremacrae/export_all_trello_boards
- Owner: claremacrae
- License: mit
- Created: 2013-07-30T05:16:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-03T06:15:42.000Z (over 10 years ago)
- Last Synced: 2024-10-31T17:12:27.885Z (3 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
export_all_trello_boards
========================Script to simplify downloading of all Trello boards
***Note that this is currently not working, due to a change in Trello itself. See issue 1, and this [question on webapps.stackexchange](http://webapps.stackexchange.com/q/47272/9027)***.
This arose out of my question [Is it possible to export my data from Trello, to back it up?](http://webapps.stackexchange.com/questions/18975/is-it-possible-to-export-my-data-from-trello-to-back-it-up) The accepted answer shows how to download one board, but it's pretty tedious once you've got a few dozen.
# Alternatives
If you have PHP and a Trello API key, or want to get one, you can use [Matthieu Aubry's trello-backup](https://github.com/mattab/trello-backup). Although it requires possibly more steps to set up, it is much quicker to run - which is important if you want to regularly backup your Trello data.
# Instructions for use
Rough overview of how to use:
## Setting up the bookmarklet
* Paste entire contents of `export_all_trello_boards.js` into a javascript compressor, e.g. [http://javascriptcompressor.com/](http://javascriptcompressor.com/)
* Compress the code
* Copy-and-paste the compressed code into a web browser bookmark## Using the bookmark
* In the same browser where you set up the bookmarklet, browse to [your Trello list of boards](https://trello.com/)
* Click on the Bookmarklet
* This will open a new window, with a link-per-board, each of which will download the entire board as a 1-line JSON file## Quicker downloading
* Use a tool such as [DownThemAll](https://addons.mozilla.org/en-US/firefox/addon/downthemall/) to download all the JSON files in one go, to saving having to manually select each one.
## Fixing the names of output files
* Due to the above mentioned issue 1, your saved files will have 8-character hexadecimal filenames.
* If you wish to give them more meaningful names, follow the instructions on renaming, that are included in the pop-up html window.