当前位置:网站首页>免费的聊天机器人API
免费的聊天机器人API
2022-07-06 00:22:00 【Channing Lewis】
1 青云客
http://api.qingyunke.com/

调用方法:
def qingyunke(self, msg):
url = 'http://api.qingyunke.com/api.php?key=free&appid=0&msg={}'.format(urllib.parse.quote(msg))
html = requests.get(url)
return html.json()["content"]
效果还不错,只是返回有点慢。
2 思知
https://www.ownthink.com

调用方法:
def ownthink(self, msg):
url = 'https://api.ownthink.com/bot?spoken={}'.format(urllib.parse.quote(msg))
html = requests.get(url)
return html.json()["data"]['info']['text']
边栏推荐
- Global and Chinese markets for hinged watertight doors 2022-2028: Research Report on technology, participants, trends, market size and share
- Extracting profile data from profile measurement
- LeetCode 1598. Folder operation log collector
- Go learning --- structure to map[string]interface{}
- JS 这次真的可以禁止常量修改了!
- XML配置文件
- Single source shortest path exercise (I)
- notepad++正則錶達式替換字符串
- Notepad++ regular expression replacement string
- [designmode] composite mode
猜你喜欢

MySql——CRUD

After summarizing more than 800 kubectl aliases, I'm no longer afraid that I can't remember commands!

notepad++正則錶達式替換字符串

剖面测量之提取剖面数据

There is no network after configuring the agent by capturing packets with Fiddler mobile phones

How to solve the problems caused by the import process of ecology9.0

Permission problem: source bash_ profile permission denied

Notepad++ regular expression replacement string

Configuring OSPF GR features for Huawei devices

MySql——CRUD
随机推荐
About the slmgr command
LeetCode 斐波那契序列
LeetCode 6004. Get operands of 0
Detailed explanation of APP functions of door-to-door appointment service
Key structure of ffmpeg - avformatcontext
Global and Chinese markets for pressure and temperature sensors 2022-2028: Research Report on technology, participants, trends, market size and share
OS i/o devices and device controllers
Pointer pointer array, array pointer
There is no network after configuring the agent by capturing packets with Fiddler mobile phones
What is information security? What is included? What is the difference with network security?
MySQL存储引擎
Knowledge about the memory size occupied by the structure
Huawei equipment configuration ospf-bgp linkage
[Chongqing Guangdong education] Chongqing Engineering Vocational and Technical College
Location based mobile terminal network video exploration app system documents + foreign language translation and original text + guidance records (8 weeks) + PPT + review + project source code
Wechat applet -- wxml template syntax (with notes)
Date类中日期转成指定字符串出现的问题及解决方法
GD32F4xx uIP协议栈移植记录
[binary search tree] add, delete, modify and query function code implementation
Configuring OSPF GR features for Huawei devices