matzkoh / niconizer-slack

Send slack messages to niconizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

niconizer-slack

test workflow release workflow Renovate enabled npm

Installation

$ npm i -g niconizer-slack

Usage

Usage: niconizer-slack [options]

Options:
  -u, --url <url>          websocket server url (default: "ws://localhost:25252")
  -t, --token <token>      slack token
  -c, --channel <name|id>  slack channel name/id
  -T, --thread             include thread reply
  -B, --bot                include bot user
  -h, --help               output usage information
$ niconizer-slack -t SLACK_API_TOKEN_HERE

Create and regenerate API tokens

The token is required and others are optional.

If no channel was specified, all messages in the authorization scope of the token in the workspace are send to the niconizer.

Press Ctrl+C to exit.

About

Send slack messages to niconizer

License:MIT License


Languages

Language:TypeScript 65.0%Language:JavaScript 32.7%Language:Shell 2.3%