https://github.com/megos/usen-slack
usen nowplaying bot for slack/mattermost
https://github.com/megos/usen-slack
mattermost slack usen
Last synced: about 2 months ago
JSON representation
usen nowplaying bot for slack/mattermost
- Host: GitHub
- URL: https://github.com/megos/usen-slack
- Owner: megos
- License: mit
- Created: 2016-12-10T03:43:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T12:09:56.000Z (about 8 years ago)
- Last Synced: 2025-06-05T04:26:29.608Z (about 1 year ago)
- Topics: mattermost, slack, usen
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# usen-slack
usen nowplaying bot for slack/mattermost
### ScreenShot
#### slack

### Requirement
- node.js 6 higher
- npm
### Usage
```
$ npm start
```
### Install
1. `$ npm install`
2. Create a copy of [default.sample.json](config/default.sample.json) called `default.config`
3. Replace `your slack incoming webhook url` in your new `default.config` file with your own slack/mattermost webhook url.
4. Replace `your selected usen band` in your new `default.config` file with your selected usen band (ex: A).
5. Replace `your selected usen channel` in your new `default.config` file with your selected usen channel (ex: 26).
### License
- [MIT](LICENSE)
### Author
- [megos](https://github.com/megos)