https://github.com/willrax/slack-event-example
An example of using slack events
https://github.com/willrax/slack-event-example
Last synced: 8 months ago
JSON representation
An example of using slack events
- Host: GitHub
- URL: https://github.com/willrax/slack-event-example
- Owner: willrax
- Created: 2016-09-27T19:10:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T19:15:58.000Z (over 9 years ago)
- Last Synced: 2025-02-07T20:12:27.613Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BotBot
#### Fetch a Token
`node auth`
Then use ngrok and a Slack button to get a token. You'll need ENV variables for your client secret and token.
#### Running the bot
`node index`
After adding the token you got from the step above to you ENV variables.