当前位置:网站首页>免费的聊天机器人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']
边栏推荐
- Pointer pointer array, array pointer
- 权限问题:source .bash_profile permission denied
- Global and Chinese markets of universal milling machines 2022-2028: Research Report on technology, participants, trends, market size and share
- LeetCode 斐波那契序列
- OS i/o devices and device controllers
- MySQL之函数
- Yunna | what are the main operating processes of the fixed assets management system
- What is information security? What is included? What is the difference with network security?
- Huawei equipment configuration ospf-bgp linkage
- LeetCode 8. String conversion integer (ATOI)
猜你喜欢
![Choose to pay tribute to the spirit behind continuous struggle -- Dialogue will values [Issue 4]](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)
Choose to pay tribute to the spirit behind continuous struggle -- Dialogue will values [Issue 4]

Key structure of ffmpeg - avformatcontext

MySql——CRUD

Room cannot create an SQLite connection to verify the queries

Senparc. Weixin. Sample. MP source code analysis
![[designmode] Decorator Pattern](/img/65/457e0287383d0ca9a28703a63b4e1a.png)
[designmode] Decorator Pattern

Huawei equipment configuration ospf-bgp linkage

Configuring OSPF load sharing for Huawei devices
![Go learning --- structure to map[string]interface{}](/img/e3/59caa3f2ba5bd3647bdbba075ee60d.jpg)
Go learning --- structure to map[string]interface{}

MySql——CRUD
随机推荐
What is information security? What is included? What is the difference with network security?
[designmode] Decorator Pattern
Classic CTF topic about FTP protocol
2022.7.5-----leetcode. seven hundred and twenty-nine
Problems encountered in the database
Choose to pay tribute to the spirit behind continuous struggle -- Dialogue will values [Issue 4]
wx.getLocation(Object object)申请方法,最新版
NSSA area where OSPF is configured for Huawei equipment
Date类中日期转成指定字符串出现的问题及解决方法
时区的区别及go语言的time库
The global and Chinese markets of dial indicator calipers 2022-2028: Research Report on technology, participants, trends, market size and share
Key structure of ffmpeg - avformatcontext
FFT learning notes (I think it is detailed)
【DesignMode】组合模式(composite mode)
State mode design procedure: Heroes in the game can rest, defend, attack normally and attack skills according to different physical strength values.
Start from the bottom structure and learn the introduction of fpga---fifo IP core and its key parameters
FFMPEG关键结构体——AVCodecContext
2022-02-13 work record -- PHP parsing rich text
Atcoder beginer contest 254 [VP record]
硬件及接口学习总结