I am an example project showing how to integrate ActionHero and Slack. I listen to all the messages in any Slack channel I'm a member of, and respond to the word hero
with a superhero image. I do this with the action hero
.
visit www.actionherojs.com for more information
I use the ActionHero plugin ah-slack-plugin
(assuming you have node and NPM installed)
npm install
SLACK_BOT_TOKEN=your-token npm start