Skip to content

hhutch/Treck-o

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Treck-o

Command line utility for querying Trello for common data.

Currently only has options for querying cards based on due date.

More to come.

Install

lein deps
lein uberjar

Usage

You need to set ENV variables for your Trello auth key and token. The two environment vars to set are

export TRELLO_KEY="mykey"
export TRELLO_TOKEN="mytoken"

Getting KEY and TOKEN for API access

  • Public Key: visit this link while logged in Trello.

  • With these values visit this other link (Replacing, of course <PUBLIC_KEY> for the public key value obtained). ** If you need read/write access, add the following to the end of the prior URL: &scope=read,write

  • Authorice MyApp to read the application

Running Queries

List overdue cards

java -jar trello-get-0.1.0-SNAPSHOT-standalone.jar -o 

List cards due tomorrow

java -jar trello-get-0.1.0-SNAPSHOT-standalone.jar -T 

License

Copyright © 2012 FIXME

Distributed under the Eclipse Public License, the same as Clojure.

About

Trello command-line utility written in Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages