TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Rewriting the Slack Python SDK

50 点作者 reinhardt将近 6 年前

6 条评论

MobileVet将近 6 年前
It still amazes me that Slack, with its infinite resources, hasn’t built native clients. One code base is nice and all, but man I loathe the Electron app.
评论 #20074707 未加载
评论 #20073243 未加载
评论 #20074202 未加载
评论 #20068755 未加载
评论 #20069497 未加载
评论 #20075254 未加载
评论 #20068763 未加载
underyx将近 6 年前
I was trying to update my all-in-one duct tape Docker image[0] yesterday and was surprised to see that they ramped up the complexity so much for this release, I had to install a new C library just to be able to compile a dependency of a dependency they added.[1]<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;underyx&#x2F;url" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;underyx&#x2F;url</a><p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;underyx&#x2F;url#5-2019-05-31" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;underyx&#x2F;url#5-2019-05-31</a>
评论 #20075754 未加载
评论 #20069030 未加载
maxdo将近 6 年前
I&#x27;ve done the integration with 10+ different chat API&#x27;s, Slack is one of the most complicated ones and the one that ignored the whole industry at all. The way it is done is totally alien to any experience you might have with other chat sdk&#x27;s before.
zild3d将近 6 年前
Happy about this, writing a slack app&#x2F;bot with the old SDK was often opaque<p>sc.api_call() with strings for the specific API (there are dozens, each with different inputs) always felt like a temporary ducttape SDK
kissgyorgy将近 6 年前
Don&#x27;t bother, I have my own based on asyncio with Real Time API support, pagination and everything. If people interested separating this to it&#x27;s own package, let me know!<p><a href="https:&#x2F;&#x2F;github.com&#x2F;kissgyorgy&#x2F;gerrit-slack-bot&#x2F;blob&#x2F;master&#x2F;slack.py" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kissgyorgy&#x2F;gerrit-slack-bot&#x2F;blob&#x2F;master&#x2F;s...</a>
评论 #20068895 未加载
dijit将近 6 年前
They&#x27;re rewriting with py3 in mind?<p>Excellent, unlike removing a headphone jack; I consider this truly courageous.