Trello tool for sending graphs to data and generating activity reports
trellodog is configured with 2 environment variables
$ export TRELLO_APP_KEY=<trello api key>
$ export TRELLO_API_TOKEN=<trello api token>
Can be called, from the bin
directory, like;
./stats activity <board id>
# to copy output to clipboard (mac only)
./stats activity <board id> | pbcopy
This command will convert timestamps to your current timezone. You can also explicit ask it to convert to a specific timezone.
./bin/stats activity h8dlORO8 -d 1 -t "America/New_York"
./bin/stats activity h8dlORO8 -d 1 -t "America/Costa_Rica"
./bin/stats activity h8dlORO8 -d 1 -t "America/Los_Angeles"
The complete list of timezone values can be found on wikipedia.