An open API service indexing awesome lists of open source software.

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

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.