TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building Slack Bots for Fun: A Serverless Release Gong

37 pointsby fugazithehaxoarover 6 years ago

2 comments

rvanmilover 6 years ago
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 未加载
cjsaylorover 6 years ago
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 未加载