Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matzkoh/niconizer-slack

Send slack messages to niconizer
https://github.com/matzkoh/niconizer-slack

slack

Last synced: 15 days ago
JSON representation

Send slack messages to niconizer

Awesome Lists containing this project

README

        

# niconizer-slack

![test workflow](https://github.com/matzkoh/niconizer-slack/actions/workflows/test.yml/badge.svg)
![release workflow](https://github.com/matzkoh/niconizer-slack/actions/workflows/release.yml/badge.svg)
[![Renovate enabled](https://img.shields.io/badge/Renovate-enabled-brightgreen.svg?logo=renovatebot)](https://renovatebot.com/)
[![npm](https://img.shields.io/npm/v/niconizer-slack.svg)](https://www.npmjs.com/package/niconizer-slack)

## Installation

```bash
$ npm i -g niconizer-slack
```

## Usage

```
Usage: niconizer-slack [options]

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

```bash
$ niconizer-slack -t SLACK_API_TOKEN_HERE
```

[Create and regenerate API tokens](https://get.slack.help/hc/articles/215770388)

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.