slackline
slackline copied to clipboard
WIP: Slack Bots using Django Channels
trafficstars
Slackline - Channels for Slack Bots
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 developpip install channelscd example, then create a.envwith your Slack bot token and Redis URL.foreman start- :fingers-crossed: