Skip to content

markitx/hubot-trello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-trello

manage your trello board from hubot

Installation

Add hubot-trello to your package.json file:

"dependencies": { "hubot": ">= 2.5.1", "hubot-scripts": ">= 2.4.2", "hubot-trello": "*" }

OR run npm install --save hubot-trello

Add hubot-trello to your external-scripts.json:

["hubot-trello"]

Run npm install

Configuration

HUBOT_TRELLO_KEY - Trello application key HUBOT_TRELLO_TOKEN - Trello API token HUBOT_TRELLO_BOARD - The ID of the Trello board you will be working with 
  • To get your key, go to: https://trello.com/1/appKey/generate
  • To get your token, go to: https://trello.com/1/authorize?key=<<your key>>&name=Hubot+Trello&expiration=never&response_type=token&scope=read,write
  • Figure out what board you want to use, grab it's id from the url https://trello.com/board/<<board name>>/<<board id>>

Sample Interaction

user1> hubot trello new "to do" my simple task Hubot> Sure thing boss. I'll create that card for you. Hubot> OK, I created that card for you. You can see it here: http://trello.com/c/<shortLink> user1> hubot trello move <shortLink> "doing" Hubot> Yep, ok, I moved that card to doing. user1> hubot trello list "to do" Hubot> user1: Looking up the cards for to do, one sec... Hubot> user1: Here are all the cards in To Do Hubt> * [<shortLink>] <card_name> - <card_url> Hubt> * [<shortLink>] <card_name> - <card_url> Hubt> * [<shortLink>] <card_name> - <card_url> 

About

manage your trello board from hubot

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CoffeeScript 100.0%