0.1.1 • Published 12 years ago

hubot-pim v0.1.1

Weekly downloads
7
License
-
Repository
github
Last release
12 years ago

Hubot-Pim

This is a Hubot adapter for Pim.

Set up your own Hubot on Pim

  1. Register a new Pim account for your Hubot
  2. Obtain your own Hubot and extract it somewhere
  3. Edit Procfile:
    • change campfire to pim
    • change -n Hubot to -n [Hubot's username]
  4. Edit package.json - add "hubot-pim":">=0.1.0", to the dependencies
  5. Run npm install to install the dependencies.
  6. Create the file config.json (see below)

Config.json

{ "token": "[Hubot's token]"
, "host" : "p.im"
, "port" : 443
}
0.1.1

12 years ago

0.1.0

12 years ago