a Slack bot to manage a queue of slack users in a channel.
Sometimes it's necesary to create a queue for differents things in the day-to-day.
Turnio expose a API with main functionalities of a queue. You only need to mention him with some of next commands:
add
> Add a user to the queuedel
> Delete user of the queueshow
> Show the queueclean
> Delete all users in the queuehelp
> Show the turnioAPI avalaible
Clone this repository:
git clone https://github.com/andyindahouse/turnio.git
Install dependencies, including Botkit:
cd turnio
npm install
Get a Slack bot token from your Slack team
Run your bot from the command line with your new tokens:
token=<slack token> node .
Invite @turnio to your slack-channel
(in Slack channel) /invite @turnio
This bot was build with Botkit Studio Starter Kit