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

hubot-partychat-hooks

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-partychat-hooks

A Partychat-hooks adapter for hubot

  • 0.4.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Hubot adapter for Partychat-Hooks

This is an adapter that connects hubot to partychat, by way of partychat-hooks.

Setup

Create a hook

  1. Log into partychat-hooks and create a hook for your chat room.

  2. Click New Post Hook and enter this as the body:

     {{get_argument("body")}}
    

    Take note of the HTTP Endpoint. You'll need to pass this to hubot.

  3. Click New Receive Hook. For the command sequence, enter *.

    For the HTTP Endpoint, enter the address+port that hubot will run at, plus /partychat. For example:

     http://hooks.myserver.com:8080/partychat
    

Set up your hubot

  1. Obtain your own Hubot.

  2. Edit package.json, adding this to the dependencies:

     "hubot-partychat-hooks": "0.x"
    
  3. Install the needed packages.

     npm install
    

SYSTEMS ONLINE

  1. Remember that Post Hook endpoint from earlier? You need it now.

     HUBOT_POST_ENDPOINT=http://partychat-hooks.appspot.com/post/p_xyzabc12 bin/hubot -a partychat-hooks
    

Keywords

FAQs

Package last updated on 09 Aug 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