{"id":26483827,"url":"https://github.com/chatopera/chatopera-py-sdk","last_synced_at":"2025-03-20T04:58:13.705Z","repository":{"id":56829209,"uuid":"174987472","full_name":"chatopera/chatopera-py-sdk","owner":"chatopera","description":"聊天机器人，Python SDK，Chatopera 机器人平台","archived":false,"fork":false,"pushed_at":"2021-12-15T08:55:22.000Z","size":38,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-09T15:52:09.729Z","etag":null,"topics":["chatbot","python","python3"],"latest_commit_sha":null,"homepage":"https://bot.chatopera.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chatopera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-11T11:37:57.000Z","updated_at":"2023-10-24T07:24:11.000Z","dependencies_parsed_at":"2022-08-26T14:11:27.059Z","dependency_job_id":null,"html_url":"https://github.com/chatopera/chatopera-py-sdk","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatopera%2Fchatopera-py-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatopera%2Fchatopera-py-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatopera%2Fchatopera-py-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatopera%2Fchatopera-py-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chatopera","download_url":"https://codeload.github.com/chatopera/chatopera-py-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554067,"owners_count":20471173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","python","python3"],"created_at":"2025-03-20T04:58:13.122Z","updated_at":"2025-03-20T04:58:13.695Z","avatar_url":"https://github.com/chatopera.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatopera Python SDK\n\n[![Python 3](https://img.shields.io/badge/python-3-blue.svg)](https://www.python.org/downloads/release/python-360/) [![Python 2](https://img.shields.io/badge/python-2-blue.svg)](https://www.python.org/downloads/release/python-2/)\n\n\u003chttps://bot.chatopera.com\u003e\n\n低代码或无代码方式定制智能对话机器人！\n\n[Chatopera](https://www.chatopera.com/) 提供聊天机器人开发者平台，Chatopera SDK 用于在 Python 应用中集成[聊天机器人服务](https://bot.chatopera.com/)。\n\n## 安装\n\n```\npip install chatopera\n```\n\n实例化机器人\n\n```python\nfrom chatopera import Chatopera, Chatbot\n# 管理 BOT CLENT: 创建 ，删除，查看\nadmin = Chatopera(access_token=\"机器人平台访问设置页面获取\",\n    provider='https://bot.chatopera.com')\n# BOT CLIENT\nbot = Chatbot(app_id=\"机器人设置页面获取\",\n        app_secret=\"机器人设置页面获取\",\n        provider='https://bot.chatopera.com')\n```\n\n## 使用说明\n\n快速开始，类接口定义和实例化文档等，参考 [文档中心](https://docs.chatopera.com/products/chatbot-platform/references/sdk/index.html)：\n\n[https://docs.chatopera.com/products/chatbot-platform/references/sdk/index.html](https://docs.chatopera.com/products/chatbot-platform/references/sdk/index.html)\n\n## 贡献代码\n\n```\ncp sample.env .env # modify .env file\n./admin/test.sh\n```\n\n## 开源许可协议\n\nCopyright (2018-2021) [北京华夏春松科技有限公司](https://www.chatopera.com/)\n\n[Apache License Version 2.0](./LICENSE)\n\nCopyright 2018-2021, [北京华夏春松科技有限公司](https://www.chatopera.com/). 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.\n\n[![chatoper banner][co-banner-image]][co-url]\n\n[co-banner-image]: https://user-images.githubusercontent.com/3538629/42383104-da925942-8168-11e8-8195-868d5fcec170.png\n[co-url]: https://www.chatopera.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatopera%2Fchatopera-py-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchatopera%2Fchatopera-py-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatopera%2Fchatopera-py-sdk/lists"}