当前位置:网站首页>Free chat robot API
Free chat robot API
2022-07-06 00:29:00 【Channing Lewis】
1 Qingyun guest
http://api.qingyunke.com/
Calling method :
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"]
It's not bad , It's just a little slow to return .
2 Thinking and knowing
https://www.ownthink.com
Calling method :
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']
边栏推荐
- MySQL storage engine
- About the slmgr command
- 《编程之美》读书笔记
- NLP generation model 2017: Why are those in transformer
- NLP text processing: lemma [English] [put the deformation of various types of words into one form] [wet- > go; are- > be]
- notepad++正则表达式替换字符串
- XML Configuration File
- Recognize the small experiment of extracting and displaying Mel spectrum (observe the difference between different y_axis and x_axis)
- Intranet Security Learning (V) -- domain horizontal: SPN & RDP & Cobalt strike
- Data analysis thinking analysis methods and business knowledge - analysis methods (III)
猜你喜欢
LeetCode 1189. Maximum number of "balloons"
About the slmgr command
Mysql - CRUD
AtCoder Beginner Contest 254【VP记录】
MySQL functions
FPGA内部硬件结构与代码的关系
[designmode] Decorator Pattern
Opencv classic 100 questions
Configuring OSPF load sharing for Huawei devices
Calculate sha256 value of data or file based on crypto++
随机推荐
剖面测量之提取剖面数据
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
Notepad + + regular expression replace String
Pointer pointer array, array pointer
Browser local storage
从底层结构开始学习FPGA----FIFO IP核及其关键参数介绍
云导DNS和知识科普以及课堂笔记
Set data real-time update during MDK debug
MySQL functions
建立时间和保持时间的模型分析
How to solve the problems caused by the import process of ecology9.0
LeetCode 6006. Take out the least number of magic beans
NLP text processing: lemma [English] [put the deformation of various types of words into one form] [wet- > go; are- > be]
【DesignMode】装饰者模式(Decorator pattern)
Model analysis of establishment time and holding time
Yolov5、Pycharm、Anaconda环境安装
State mode design procedure: Heroes in the game can rest, defend, attack normally and attack skills according to different physical strength values.
anconda下载+添加清华+tensorflow 安装+No module named ‘tensorflow‘+KernelRestarter: restart failed,内核重启失败
XML配置文件
OpenCV经典100题