Socket
Book a DemoInstallSign in
Socket

xkcd-slack-bot

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xkcd-slack-bot

XKCD comic bot for slack chats!

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

xkcd-slack-bot

XKCD comic bot for slack chats!

Install

$ npm install --save xkcd-slack-bot

bot

Usage

var xkcdSlackBot = require('xkcd-slack-bot');

var auth = {
	token: '<YOUR_BOT_TOKEN>',
	name: '<YOUR_BOT_NAME>',
	channel: '<CHANNEL_NAME>'
};

xkcdSlackBot(auth);

API

xkcdSlackBot(auth)

auth

Object with name, token and channel

CLI


$ xkcd-slack-bot -n <BOT_NAME> -t <TOKEN> -c <CHANNEL_NAME>

License

MIT © hemanth.hm

Keywords

slack

FAQs

Package last updated on 18 Dec 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