https://github.com/muhammadtarek/build-status-bot
A slack bot that notify a channel with the last version changelog
https://github.com/muhammadtarek/build-status-bot
bot changelog markdown nodejs slack
Last synced: about 2 months ago
JSON representation
A slack bot that notify a channel with the last version changelog
- Host: GitHub
- URL: https://github.com/muhammadtarek/build-status-bot
- Owner: muhammadtarek
- Created: 2018-01-06T12:02:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T16:48:08.000Z (over 8 years ago)
- Last Synced: 2025-06-04T05:18:46.546Z (about 1 year ago)
- Topics: bot, changelog, markdown, nodejs, slack
- Language: JavaScript
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# changelog-bot
Small node.js script to send last version changelog to a slack channel
## Getting Started
### Prerequisites
* node
### Installing
```bash
git clone https://github.com/muhammadtarek/changelog-bot.git
cd changelog-bot
yarn
```
Set OAuth token
```bash
export SLACK_OAUTH_ACCESS_TOKEN=xoxp-XXXXXXXXXX
```
### Usage
```bash
node index.js
```
## Built With
* [@slack/client](https://github.com/slackapi/node-slack-sdk/)
* [chalk](https://github.com/chalk/chalk/)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details