Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matzkoh/niconizer-slack
- Owner: matzkoh
- License: mit
- Created: 2019-01-10T04:18:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T06:19:05.000Z (6 months ago)
- Last Synced: 2024-05-01T22:42:00.220Z (6 months ago)
- Topics: slack
- Language: TypeScript
- Homepage:
- Size: 2.86 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.