Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对机器人很陌生。我想开发一个快速/简单的测试,使机器人(errbot)可以向 slack 写入消息,然后查看 slack 用户对机器人的响应。
我该如何实现这一目标?我需要为此编写一个插件吗?
如果我的问题太笼统/模棱两可,我深表歉意——我没有遇到一个可以清楚解释这一点的例子。
是的,您需要以某种方式对机器人进行编程,Errbot 只是一个框架,可帮助您通过插件而不是连接到的服务的技术性(Slack 或任何其他)来帮助您做到这一点(专注于消息/响应) .