# botpress_cn **Repository Path**: botpress_cn/botpress_cn ## Basic Information - **Project Name**: botpress_cn - **Description**: Botpress: Botpress 是一个用 Javascript 编写的 bot 创建工具 大家一起来汉化botpress, 汉化版为cn 分支 - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: cn - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-10-25 - **Last Updated**: 2024-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [Botpress](https://botpress.com/?utm_source=github&utm_medium=organic&utm_campaign=botpress_repo&utm_term=readme) — 构建聊天机器人的基石 ## 分支说明 - 目的:项目汉化 - 时间:2021-10-26从master(78 bbb4d)创建分支 - [v12.26.6](https://github.com/botpress/botpress/releases/tag/v12.26.6) ## 什么是Botpress吗? Botpress是用于构建、运行和改进会话人工智能应用程序的标准开发人员堆栈。在自然语言理解,消息传递API和功能齐全的工作室的支持下,Botpress使全球的开发人员能够毫不妥协地构建出色的聊天机器人。 **开箱即用,Botpress包括:** - 管理面板,用于编排和监控您的聊天机器人 - 对话工作室用于设计对话,管理内容,代码自定义集成 - 与消息渠道(信使,WhatsApp,松弛,团队,网络聊天,电报,短信等) - 自然语言理解 - 功能和规格的完整列表 (这里)(https://botpress.com/docs/features) ## 入门 有几种方法可以开始使用botpress: - 为你的操作系统下载最新的二进制文件[这里](https://botpress.com/download?utm_source=github&utm_medium=organic&utm_campaign=botpress_repo&utm_term=readme),并遵循[安装文档](https://botpress.com/docs/installation)。 - 使用官方的[Docker image](https://hub.docker.com/r/botpress/server)和跟随[hosting docs](https://botpress.com/docs/infrastructure/Docker) - 使用这些短链接在云上部署它: [![DigitalOcean](.github/do_button.svg)](https://marketplace.digitalocean.com/apps/botpress) [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) - 从源代码运行,遵循[build docs](https://botpress.com/docs/infrastructure/deploying) ## 文档 - [主要文档](https://botpress.com/docs/introduction) - [SDK参考](https://botpress.com/reference/) - [代码示例](https://github.com/botpress/botpress/tree/master/examples) - [视频教程](https://www.youtube.com/c/botpress) ## 社区 - [社区论坛](https://forum.botpress.com/) -获得社区支持并讨论你的挑战 - [问题](https://github.com/botpress/botpress/issues) -报告bug和文件特性请求 - [博客](https://botpress.com/blog) - 操作方法、案例研究和公告 - [时事通讯](https://botpress.activehosted.com/f/16) -保持消息灵通,订阅我们的新闻通讯 - [贡献](/.github/CONTRIBUTING.md)开始为 Botpress 做贡献 - [伙伴](/.github/PARTNERS.md) - 可以帮助您使用 Botpress 的机构列表 ## 本地文档 在docs 文件夹下 ## 运行项目 conda 为例 - 运行环境 python=2.7.18 nodejs=12.18.3 - 开发工具 webstorm / vs code - 配置环境 windows10 conda 为例子 conda create --name py2_botpress python=2.7.18 conda activate py2_botpress conda install nodejs=12.18.3 -c conda-forge conda activate py2_botpress npm install -g node-gyp - 编译运行项目 - 选择环境 conda activate py2_botpress - 安装项目的库 yarn cache clean yarn - 编译项目 yarn build - 运行项目 yarn start ## 许可证 Botpress在[AGPLv3](/licenses/LICENSE_AGPL3)和[Botpress专利许可证](/licenses/LICENSE_BOTPRESS)下获得双许可。 默认情况下,使用Botpress创建的任何机器人都是在AGPLv3下许可的,但你可以在你的机器人的web界面中点击几下更改为Botpress许可。 有关双许可证如何工作以及为什么这样工作的更多信息,请参阅FAQS