https://github.com/actionhero/actionhero-slackbot-template
An example ActionHero project which connects to slack
https://github.com/actionhero/actionhero-slackbot-template
Last synced: 11 days ago
JSON representation
An example ActionHero project which connects to slack
- Host: GitHub
- URL: https://github.com/actionhero/actionhero-slackbot-template
- Owner: actionhero
- Created: 2017-10-25T19:05:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T19:24:17.000Z (about 8 years ago)
- Last Synced: 2025-01-03T04:47:14.952Z (over 1 year ago)
- Language: JavaScript
- Size: 445 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ActionHero SlackBot Template
[](https://circleci.com/gh/actionhero/actionhero-slackbot-template)
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](https://github.com/actionhero/ah-slack-plugin)

## To install:
(assuming you have [node](http://nodejs.org/) and NPM installed)
`npm install`
## To Run:
`SLACK_BOT_TOKEN=your-token npm start`