低代码或无代码方式定制智能对话机器人!
Chatopera 提供聊天机器人开发者平台,Chatopera SDK 用于在 Python 应用中集成聊天机器人服务。
pip install chatopera
实例化机器人
from chatopera import Chatopera, Chatbot
# 管理 BOT CLENT: 创建 ,删除,查看
admin = Chatopera(access_token="机器人平台访问设置页面获取",
provider='https://bot.chatopera.com')
# BOT CLIENT
bot = Chatbot(app_id="机器人设置页面获取",
app_secret="机器人设置页面获取",
provider='https://bot.chatopera.com')
快速开始,类接口定义和实例化文档等,参考 文档中心:
https://docs.chatopera.com/products/chatbot-platform/references/sdk/index.html
cp sample.env .env # modify .env file
./admin/test.sh
Copyright (2018-2021) 北京华夏春松科技有限公司
Copyright 2018-2021, 北京华夏春松科技有限公司. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.