1 个仓库
High-level frameworks for structuring the logic and interaction flow of bots.
Distinct from Slack Bot Development: Provides a structured framework for building apps, not just a general development library.
Explore 1 awesome GitHub repository matching networking & communication · Application Frameworks. Refine with filters or upvote what's useful.
该项目提供了一套用于与 Slack 交互的开发工具包和框架,包括用于认证请求的 Web API 客户端和用于构建异步应用程序的 Bolt 框架。它作为一个 SDK,用于创建自动化机器人并将外部软件系统与 Slack 工作区集成。 该工具包包括一个专门的 Events API 客户端,用于监听实时系统触发器并执行自定义回调逻辑。它支持开发能够通过 Webhook 发送消息和管理数据交换的自动化助手。 该库涵盖了广泛的功能,包括用于将本地媒体上传到频道的程序化文件管理、基于令牌的请求认证以及用于安全网络传输的代理感知连接管理。它还提供了用于非阻塞异步请求处理和多部分文件流传输的机制。
Offers a specialized framework for building asynchronous, event-driven Slack applications.