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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Building Slack Bots for Fun: A Serverless Release Gong

37 点作者 fugazithehaxoar超过 6 年前

2 条评论

rvanmil超过 6 年前
Slack bots are fun and pretty easy to build! We&#x27;re running one on an rpi at the office which monitors our #travis channel for failed builds and then powers a revolving light for a couple seconds :)<p>Small nitpick, the author should&#x27;ve used the `@slack&#x2F;client` package though, `slack-node` is old and unmaintained.
评论 #18473367 未加载
cjsaylor超过 6 年前
I&#x27;ve also created a slack bot for fun to allow slack teammates to play chess within slack: <a href="https:&#x2F;&#x2F;github.com&#x2F;cjsaylor&#x2F;chessbot" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cjsaylor&#x2F;chessbot</a>. The bot I built is a more traditional server setup, however I did briefly consider using a serverless setup for it.<p>The serverless pipeline seems a lot more complex than the actual application to send the message to a slack channel. I wonder if things like Github&#x27;s actions would replace the need to have a serverless thing for notifications of this kind (at least within the confines of Github&#x27;s ecosystem).
评论 #18472289 未加载