Skip to content

Output Trello data into a CSV so you can see all labels, rather than being constrained to one board.

License

Notifications You must be signed in to change notification settings

kjgcoop/trello-label-csv

Repository files navigation

trello-label-csv

Create a CSV file of your Trello cards, boards and labels so you can see all the labels, as opposed to being constrained within one board.

Getting Started

Prerequisites

Confirm you have Composer installed

Installing

Tell Composer to install the requirements

composer require

The only requirement is cdaguerre/php-trello-api

Configuring

Copy config.sample.php to config.php. It will ask you for your trello API Key, a token, your Trello username and the name of the file you want your data output to.

For details about how to get your Trello API key and token, see Authorization

Running

Once you've populated config.php as described above, run:

php trello-label-csv.php

It will output details as it builds the CSV. The final output will be in the file you specified in config.php. It defaults to trello.csv

Built With

Authors

License

This project is licensed under the GPLv3 - see the LICENSE file for details

About

Output Trello data into a CSV so you can see all labels, rather than being constrained to one board.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages