Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-pim

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-pim

Hubot adapter for Pim

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

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)
  7. Run bin/hubot -a pim -n [Hubot's username]

Enjoy your increased (or decreased) productivity!

Config.json

First you need to get your Hubot's token. Currently the easiest way to do this is by logging in as Hubot via your web browser and then pasting the following into your URL bar and pressing enter:

javascript:alert(P.user.get('token'))

Then create config.json:

{ "token": "[token from JavaScript alert]" }

Tokens are (currently) of the format 00000000-0000-0000-0000-000000000000

Keywords

FAQs

Package last updated on 24 May 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc