GithubHelp home page GithubHelp logo

isabella232 / hubot-trello Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hubot-archive/hubot-trello

0.0 0.0 0.0 21 KB

manage your trello board from hubot

License: MIT License

PowerShell 1.78% Shell 2.05% CoffeeScript 96.17%

hubot-trello's Introduction

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

Setup the following as environment variables before you run hubot.

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/boards/<<board id>>/<<board name>>

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
Hubot> * [<shortLink>] <card_name> - <card_url>
Hubot> * [<shortLink>] <card_name> - <card_url>
Hubot> * [<shortLink>] <card_name> - <card_url>
user1> hubot trello list lists
Hubot> user1: Here are all the lists on your board.
Hubot> * to do
Hubot> * doing
Hubot> * done

And you can use a little help command.

user1> trello help

hubot-trello's People

Contributors

codeimpossible avatar misterdai avatar sato1043 avatar syntax922 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.