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.

How to Build a Slack Bot with Python

91 pointsby makaimcalmost 9 years ago

5 comments

llimllibalmost 9 years ago
Very nice!<p>I maintain a simple python slack RTM chatbot framework that&#x27;s desgined to handle the small amount of setup for you and let you build what you want to quickly: <a href="https:&#x2F;&#x2F;github.com&#x2F;llimllib&#x2F;limbo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;llimllib&#x2F;limbo</a>
评论 #11850058 未加载
sciurusalmost 9 years ago
If you&#x27;re looking for a full-featured bot framework for python that supports slack, check out <a href="http:&#x2F;&#x2F;errbot.io&#x2F;en&#x2F;latest&#x2F;" rel="nofollow">http:&#x2F;&#x2F;errbot.io&#x2F;en&#x2F;latest&#x2F;</a>
nikolayalmost 9 years ago
I dream from a fully asyncio-compliant stack. So far, even those that claim to be async, still use the sync client [0]. This one [1] is highly underutilized.<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;jcarbaugh&#x2F;butterfield&#x2F;issues&#x2F;17" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jcarbaugh&#x2F;butterfield&#x2F;issues&#x2F;17</a><p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;gfreezy&#x2F;slacker-asyncio&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gfreezy&#x2F;slacker-asyncio&#x2F;</a>
评论 #11851308 未加载
lifeisstillgoodalmost 9 years ago
Is slack actually big enough now to be a platform?<p>Is it a B2B platform ?<p>While this is a nice &quot;how to use Python&quot; my mind tends to wonder back to the old days of &quot;let&#x27;s make a IRC bot to do X and ... Profit&quot;<p>Just wondering if anything has really changed, (that was not a successful venture) even in a world of hubot and scrums X is something most people don&#x27;t really need, for any value of X I can think of
评论 #11851067 未加载
dylanbfoxalmost 9 years ago
Good walk through. Have you looked into using platforms like Microsoft&#x27;s LUIS, API.AI, or Wit.AI to extend the NLP?
评论 #11850090 未加载