https://github.com/matzkoh/niconizer-slack
Send slack messages to niconizer
https://github.com/matzkoh/niconizer-slack
slack
Last synced: about 1 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T05:49:33.000Z (about 1 year ago)
- Last Synced: 2025-04-30T06:35:47.122Z (about 1 year ago)
- Topics: slack
- Language: TypeScript
- Homepage:
- Size: 3.54 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# niconizer-slack


[](https://renovatebot.com/)
[](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.