Skip to content

jonmbake/askbot-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

askbot-slack

A basic Askbot integration with Slack. When a question, comment or answer is posted to Askbot, a specific Slack channel is sent a message that looks like this:

Askbot Slack Hook

Up and Running In Three Easy Steps

Step 1 - Install Using Pip

pip install askbot_slack

Step 2 - Alter Askbot's settings.py

Add 'askbot_slack.SlackMiddleware' to MIDDLEWARE_CLASSES of settings.py in the Askbot install directory.

Step 3 - Configure Slack integration parameters

Parameters are available in Askbot's settings -> external services -> Slack integration

Alternatively, specify the following settings in the settings.py, with the corresponding values:

ASKBOT_SLACK_ENABLED = True
ASKBOT_SLACK_USERNAME = '...'
ASKBOT_SLACK_CHANNEL = '#...'
ASKBOT_SLACK_WEBHOOK_URL = '...'

About

Simple Slack integration for Askbot. When a question, comment or answer is posted to Askbot, a specific Slack channel is sent a message..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages