0.1.1 • Published 6 years ago

probot-slack v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

probot-slack

An extension which connects probot to Slack

  • Connects to the the Slack Real Time Messaging and Web APIs
  • Triggers probot events, like on('slack.message')
  • Now you can use Slack to power your Probot

Setup

You'll need a Slack App set up and conneted to your team to retrieve the Bot User OAuth Access Token, available in your app's "OAuth & Permissions" section.

Copy .env.example to .env and fill it out.

# Run the bot
npm start

See docs/deploy.md if you would like to run your own instance of this plugin.