This is an integration I build for Slack. When somebody types /shuffle
, it returns a list of team members shuffled for our stand up meeting order.
-
Clone this repository
-
Copy and rename the
data.yml.example
file todata.yml
. -
Add your own team members as the value of the
team_members
key. -
Create an Incoming WebHook (You'll have to choose a channel but the list will be posted to whatever channel the command was ran)
-
Copy the
Webhook URL
provided underSetup Instructions
and add it todata.yml
as the value of the keyurl
.
![Copy the URL provided](http://i.imgur.com/hc04yl0.png)
-
Create a Heroku app and upload the code.
-
Create a Slash Command (we use
/shuffle
, use whatever works better for you) -
Add the Heroku URL for your app to
URL
underIntegration Settings
and click onSave Integration
![Add your heroku URL](http://i.imgur.com/niAEpRf.png)
- You can now use the command you added on step 7 on any Slack channel.