jdanlewis / hubot-slack-overflow

Share Stack Overflow answers with your Slack team using Hubot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hubot Slack Overflow

Share Stack Overflow answers with your Slack team using Hubot

Installation

npm install hubot-slack-overflow --save

Then add hubot-slack-overflow to your external-scripts.json:

[
  "hubot-slack-overflow"
]

Configuration

Set the STACK_OVERFLOW_KEY environment variable to your StackExchange API Key, e.g.:

export STACK_OVERFLOW_KEY=supersecret
bin/hubot --adapter slack

Commands

  • overflow query - searches Stack Overflow for query

About

Share Stack Overflow answers with your Slack team using Hubot

License:MIT License


Languages

Language:JavaScript 93.1%Language:CoffeeScript 6.9%