ryansholin / hubot-trello-organization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-trello-organization

Manage trello boards of your organization from hubot. This is heavily inspired by the original hubot-trello. Hubot tries to find the correct board from the room name. You can also change the board connected to the room.

Installation

Add hubot-trello-organization to your package.json file:

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

OR run npm install --save hubot-trello-organization

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

["hubot-trello-organization"]

Run npm install

Configuration

HUBOT_TRELLO_KEY    - Trello application key
HUBOT_TRELLO_TOKEN  - Trello API token
HUBOT_TRELLO_ORGANIZATION  - The ID or name of the Trello organization you want to work 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

About

License:MIT License


Languages

Language:JavaScript 93.6%Language:CoffeeScript 2.5%Language:Shell 2.1%Language:PowerShell 1.8%