Slackline lets you write Slack Bot Users using Django and Channels. Specifically, Slackline speaks Slack's Real Time Messaging API, and pushes those messages onto a channel for your app to consume.
This is a work in progress, it probably doesn't work very well yet, and is likely to change substantially before I release it. If you want to give it a try anyway, these steps might work:
- Create a Slack bot user (see https://api.slack.com/bot-users).
python setup.py develop
pip install channels
cd example
, then create a.env
with your Slack bot token and Redis URL.foreman start
- :fingers-crossed: