Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjirou/slack-bot-randy
A Slack bot making randomly choice
https://github.com/kjirou/slack-bot-randy
Last synced: 12 days ago
JSON representation
A Slack bot making randomly choice
- Host: GitHub
- URL: https://github.com/kjirou/slack-bot-randy
- Owner: kjirou
- License: mit
- Created: 2019-01-16T04:20:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:25:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-30T12:34:04.572Z (over 1 year ago)
- Language: JavaScript
- Size: 371 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Randy
[![Build Status](https://travis-ci.org/kjirou/slack-bot-randy.svg?branch=master)](https://travis-ci.org/kjirou/slack-bot-randy)
A Slack bot making randomly choice
## :tipping_hand_woman: How to Use on Slack
### choice![choice sample](/doc/ss-sample-choice.png)
### dice
![dice sample](/doc/ss-sample-dice.png)
### help
![help sample](/doc/ss-sample-help.png)## :wrench: Development
### Softwares that needs to be locally installed- [Node.js](https://nodejs.org/) `== 10`
- [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli)### Install this application
```bash
git clone [email protected]:kjirou/slack-bot-randy.git
cd ./slack-bot-randy
npm install
```### Run bot server
```bash
heroku local web
```