hubot-pim
v0.1.1
Published
Hubot adapter for Pim
Downloads
4
Readme
Hubot-Pim
This is a Hubot adapter for Pim.
Set up your own Hubot on Pim
- Register a new Pim account for your Hubot
- Obtain your own Hubot and extract it somewhere
- Edit
Procfile
:- change
campfire
topim
- change
-n Hubot
to-n [Hubot's username]
- change
- Edit
package.json
- add"hubot-pim":">=0.1.0",
to the dependencies - Run
npm install
to install the dependencies. - Create the file
config.json
(see below)
Config.json
{ "token": "[Hubot's token]"
, "host" : "p.im"
, "port" : 443
}