当前位置:网站首页>免费的聊天机器人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']
边栏推荐
- 【DesignMode】组合模式(composite mode)
- Power query data format conversion, Split Merge extraction, delete duplicates, delete errors, transpose and reverse, perspective and reverse perspective
- Date类中日期转成指定字符串出现的问题及解决方法
- Shardingsphere source code analysis
- OS i/o devices and device controllers
- LeetCode 8. String conversion integer (ATOI)
- Extracting profile data from profile measurement
- 权限问题:source .bash_profile permission denied
- Yolov5、Pycharm、Anaconda环境安装
- Global and Chinese markets of universal milling machines 2022-2028: Research Report on technology, participants, trends, market size and share
猜你喜欢

Hudi of data Lake (2): Hudi compilation

MySql——CRUD

LeetCode 1189. Maximum number of "balloons"

小程序技术优势与产业互联网相结合的分析

Start from the bottom structure and learn the introduction of fpga---fifo IP core and its key parameters

多线程与高并发(8)—— 从CountDownLatch总结AQS共享锁(三周年打卡)

Room cannot create an SQLite connection to verify the queries

The difference of time zone and the time library of go language

About the slmgr command

Problems encountered in the database
随机推荐
云呐|公司固定资产管理系统有哪些?
Priority queue (heap)
Leetcode 450 deleting nodes in a binary search tree
LeetCode 6004. Get operands of 0
LeetCode 1189. Maximum number of "balloons"
Ffmpeg learning - core module
[online chat] the original wechat applet can also reply to Facebook homepage messages!
Yolov5、Pycharm、Anaconda环境安装
Detailed explanation of APP functions of door-to-door appointment service
【在线聊天】原来微信小程序也能回复Facebook主页消息!
Pointer - character pointer
【EI会议分享】2022年第三届智能制造与自动化前沿国际会议(CFIMA 2022)
7.5模拟赛总结
2022-02-13 work record -- PHP parsing rich text
Power query data format conversion, Split Merge extraction, delete duplicates, delete errors, transpose and reverse, perspective and reverse perspective
Doppler effect (Doppler shift)
第16章 OAuth2AuthorizationRequestRedirectWebFilter源码解析
JS 这次真的可以禁止常量修改了!
An understanding of & array names
Teach you to run uni app with simulator on hbuilderx, conscience teaching!!!