Parses Trello board contents in stdout in Slack format for fast reporting in text way
Modify if card["list"] == "Backlog":
and other lines as needed
Open a terminal, run this:
wget https://gist.githubusercontent.com/ank-everstake/1618a5a52b36d15e21d780e75e554497/raw/trello-parser.py
chmod +x ./trello-parser.py
$ trelloparse -h
usage: tp [-h] input output
positional arguments:
input JSON File from Trello
output File to output to
optional arguments:
-h, --help show this help message and exit
$ trelloparse ZRwW5Yyn.json output.json
To get the output in CSV format, use https://json-csv.com/