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

hubot-slack-auto-reply

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-slack-auto-reply

A script that encourages people to do more than just greet you

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

hubot-slack-auto-reply

One of my pet peeves with Slack (and other IM platforms) is when somebody needs something from you, but they just say "Hello" (Or "Hi", or "Hey Lenny", etc) and leave it at that. In order to have effective async communication, people should write our their whole query in one shot.

This script implements an auto-responder that encourages people to do more than just greet you.

If a standard greeting is detected, with no follow up within a minute, the bot will reply prompting the user to add more information.

(If either party writes additional messages within the allowed timeframe, the auto-response is canceled)

See src/slack-auto-reply.js for full documentation.

Installation

In hubot project repo, run:

npm install hubot-slack-auto-reply --save

Then add hubot-slack-auto-reply to your external-scripts.json:

[
  "hubot-slack-auto-reply"
]

Sample Interaction

user1>> hi
<one minute later>
hubot>> Hi! 👋 I'm an auto-responder. It's nice to say hello, but it's better to ask your full question in one shot.

NPM Module

https://www.npmjs.com/package/hubot-slack-auto-reply

Keywords

FAQs

Package last updated on 01 Apr 2018

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