slackline icon indicating copy to clipboard operation
slackline copied to clipboard

Join forces?

Open sburns opened this issue 9 years ago • 1 comments

I published djangobot earlier this week. It and slackline do a lot of things similarly (though I wrote my own mediocre slack API wrapper). The biggest thing that djangobot does above slackline is retrieving messages on the slack.send channel and relaying them back over the websocket to slack. I'm not a fan that it's currently a hard-coded slack.send channel. I think ideally a reply channel should be setup and then on the django side consuming the slack.hello (or slack.rtm.hello in your case) event should add the reply channel to a Group('slack').

Regardless, glad to see someone else thinking along these lines, there are some really powerful things that could be done w/ an adaptor like this.

sburns avatar Apr 15 '16 13:04 sburns

Yes, let's merge things! I'll send you some pull requests that represent the delta between djangobot and slackline, and we can discuss whether to integrate them over there. And I'll close down this library, thanks!

jacobian avatar Apr 28 '16 17:04 jacobian