当前位置:网站首页>免费的聊天机器人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']
边栏推荐
- Priority queue (heap)
- 常用API类及异常体系
- Global and Chinese market of water heater expansion tank 2022-2028: Research Report on technology, participants, trends, market size and share
- 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
- Single source shortest path exercise (I)
- Start from the bottom structure and learn the introduction of fpga---fifo IP core and its key parameters
- Go learning --- read INI file
- How to solve the problems caused by the import process of ecology9.0
- 《编程之美》读书笔记
- Transport layer protocol ----- UDP protocol
猜你喜欢

Notepad++ regular expression replacement string

Priority queue (heap)

PV static creation and dynamic creation

Configuring OSPF GR features for Huawei devices

从底层结构开始学习FPGA----FIFO IP核及其关键参数介绍

Room cannot create an SQLite connection to verify the queries

Date类中日期转成指定字符串出现的问题及解决方法

MySql——CRUD

How much do you know about the bank deposit business that software test engineers must know?

notepad++正則錶達式替換字符串
随机推荐
Leetcode 450 deleting nodes in a binary search tree
Hudi of data Lake (1): introduction to Hudi
【线上小工具】开发过程中会用到的线上小工具合集
OS i/o devices and device controllers
《编程之美》读书笔记
Permission problem: source bash_ profile permission denied
Gd32f4xx UIP protocol stack migration record
常用API类及异常体系
FFT learning notes (I think it is detailed)
多线程与高并发(8)—— 从CountDownLatch总结AQS共享锁(三周年打卡)
Global and Chinese markets of universal milling machines 2022-2028: Research Report on technology, participants, trends, market size and share
Go learning --- read INI file
MySql——CRUD
XML配置文件
数据分析思维分析方法和业务知识——分析方法(三)
Global and Chinese markets of POM plastic gears 2022-2028: Research Report on technology, participants, trends, market size and share
LeetCode 1598. Folder operation log collector
FFmpeg抓取RTSP图像进行图像分析
单商户V4.4,初心未变,实力依旧!
Senparc. Weixin. Sample. MP source code analysis