Best laravel framework open-source packages.

Trello export

Export data from a Trello board
Updated 3 years ago

Trello Export

Export all comments from Trello.

Trello's built-in JSON exports are limited to 1000 actions, so for large boards, aren't useful. This app exports all comments into a TSV (CSV but tabs) file for you.

Usage

Download this repo, and run composer install. Then, to configure:

  1. Create an API key for Trello
  2. Select "manually generate a Token"
  3. Copy config.sample.php to config.php and set your key and token.
  4. Set id to the board ID (copy from the Trello URL)
  5. Run export.php

License

Licensed under the ISC License. Copyright 2020 Human Made.

Tags trello php