0.1.1 • Published 13 years ago
hubot-pim v0.1.1
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
campfiretopim - change
-n Hubotto-n [Hubot's username]
- change
- Edit
package.json- add"hubot-pim":">=0.1.0",to the dependencies - Run
npm installto install the dependencies. - Create the file
config.json(see below)
Config.json
{ "token": "[Hubot's token]"
, "host" : "p.im"
, "port" : 443
}