A lightweight kanban-ish chat bot using github issues
npm install hubot-boardA lightweight kanban-ish chat bot for working with github issues
See src/board.js for full documentation.
In hubot project repo, run:
```
npm install hubot-board --save
This also requires hubot-github-identity >= 0.10.0. To add that to your project, use:
``
npm install --save hubot-github-identity@0.10.0
Then add hubot-board & hubot-github-identity to your external-scripts.json:
`json`
[
"hubot-github-identity",
"hubot-board"
]
Step 1: Create a token to access your github info as yourself
``
curl -i https://api.github.com/authorizations -d '{"note":"token for slackbot","scopes":["repo"]}' -u “yourusername"
Step 2: Register your username and token
- locally at http://localhost:8080/github/identityhttps://HUBOT_HOSTNAME/github/identity
- production
Step 3: Tell hubot who you are
- in a channel hubot I am eddywashereI am eddywashere`
- direct message to hubot
- !board user/repo - shows default board (isssues labeled: ready, working, done)
- **!board user/repo !new
- brainstorm ideas for sorting issues by priority
- add in commands as needed