Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojiry/slack-shufflelunch
A Slack commands that randomly shuffles people into small lunch groups
https://github.com/ojiry/slack-shufflelunch
rails slack
Last synced: about 9 hours ago
JSON representation
A Slack commands that randomly shuffles people into small lunch groups
- Host: GitHub
- URL: https://github.com/ojiry/slack-shufflelunch
- Owner: ojiry
- Created: 2018-02-02T16:42:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T20:12:47.000Z (over 3 years ago)
- Last Synced: 2023-03-29T13:29:39.530Z (almost 2 years ago)
- Topics: rails, slack
- Language: Ruby
- Homepage:
- Size: 225 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let's try shuffle lunch
[![CircleCI](https://circleci.com/gh/ojiry/slack-shufflelunch.svg?style=svg)](https://circleci.com/gh/ojiry/slack-shufflelunch)
## What's this?
It's a Slack Slash Commands that randomly shuffles people into small lunch groups.
![slack-shufflelunch](https://user-images.githubusercontent.com/409323/35897201-5ba44724-0c03-11e8-944a-d61d97efc360.png)
## Usage
Enter `/lunchshuffle` in any channel to start a lunch shuffle in that channel.
## Deployment
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## Environment Variables
### SLACK_VERIFICATION_TOKEN (required)
Slack verification token.
### SLACK_API_TOKEN (required)
Slack API token.
### SLACK_BOT_USERNAME
Slack bot API token.