Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```