A programmer's best friend, now in Slack.
Python
Switch branches/tags
Nothing to show
Pull request Compare This branch is 9 commits ahead, 4 commits behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.editorconfig
.gitignore
LICENSE
Procfile
README.md
app.py
config.py.example
requirements.txt

README.md

slack-overflow

A programmer's best friend, now in Slack. Search StackOverflow right from Slack without coming off as dumb.

Usage

From any Slack channel, just type /overflow [search terms]. The questions will be shown on the same channel visible just to you.

Integrate with your team

  1. Go to your channel
  2. Click on Configure Integrations.
  3. Scroll all the way down to DIY Integrations & Customizations section.
  4. Click on Add next to Slash Commands.
  • Command: /overflow
  • URL: http://so.goel.io/overflow
  • Method: POST
  • For the Autocomplete help text, check to show the command in autocomplete list.
    • Description: A programmer's best friend, now in Slack.
    • Usage hint: [search terms]
  • Descriptive Label: Search StackOverflow

Developing

Add a config.py file based on config.py.example file. Grab your StackExchange key from http://stackapps.com/

# Install python dependencies
$ pip install -r requirements.txt

# Start the server
$ python app.py

Contributing

  • Please use the issue tracker to report any bugs or file feature requests.