New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

compliment-bot

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compliment-bot

A very basic Slack command that sends a random compliment to a person you chose (or the entire chanel).

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Slack Compliment

A very basic Slack command that sends a random compliment to a person you chose (or the entire chanel).

Installation

The following three steps will install slack-compliment and allow you to run it locally.

$ git clone git@github.com:silent1mezzo/slack-compliment.git
$ cd slack-compliment/
$ npm install

Usage

Locally

You can run this app locally to test out the various compliments.

$ export SLACK_TOKEN=<token>
$ npm start
$ curl --data "token=<token>&text=@silent1mezzo" http://localhost:5000

Production

To be able to use this command in your Slack channel you'll first have to how this node app somewhere (Heroku for example) and then add it as a custom integration in Slack.

Heroku

If you'd like to use Heroku you can use the following link.

Deploy

FAQs

Package last updated on 22 Sep 2016

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