申请一个图灵的APIKEY http://www.tuling123.com/

python3环境下安装wxpy

pip install wxpy

linux下还需安装pillow

pip install pillow

然后执行以下代码:

#!/usr/bin/python3
# -*- coding: utf-8 -*-
# 导入模块
from wxpy import *
# 初始化机器人,扫码登陆
bot = Bot()
#my_friend = ensure_one(bot.search('a')) 
tuling = Tuling(api_key='ffd3a012cd134f0db64f0b9573c24241')
dir(Tuling)
# 使用图灵机器人自动与指定好友聊天
@bot.register()#装饰器中如果传入参数@bot.register(my_friend)则是和朋友a聊天
def reply_my_friend(msg):
    tuling.do_reply(msg)
embed();#进入命令行,可以一直保持状态

几行代码轻松搞定!

文档地址:http://wxpy.readthedocs.io/zh/latest/bot.html

GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐