BASH terminal for your slack team
Clone the repository on to your desired server (Ubuntu 14.04 Recommended)
git clone https://github.com/dtesler/slackshell.git
next, create a bot for your team at https://my.slack.com/services/new/bot
Once you have created the bot, copy your token
and then execute the following in your project directory
token={token} node bot.js
where {token} is your token that you previously copied
You can now execute terminal commands (each slack user is a separate linux user) by either sending a direct message to the bot or mentioning it in a channel where it is present.