博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
初尝wxpy用python做告警
阅读量:5867 次
发布时间:2019-06-19

本文共 455 字,大约阅读时间需要 1 分钟。

  hot3.png

 

from wxpy import *bot = Bot()my_friend = bot.friends().search('Peterguo')[0]messages = bot.messages.search(keywords='test', sender=bot.self)for message in messages:    print(message)my_friend.send('Hello, WeChat!')@bot.register()def print_others(msg):    print(msg)    msg.reply("Hello" + str(msg))embed()

http://wxpy.readthedocs.io/zh/latest/chats.html

https://www.cnblogs.com/jaycekon/p/WxpyRedis.html

转载于:https://my.oschina.net/sanpeterguo/blog/1580649

你可能感兴趣的文章
android addCategory()等说明
查看>>
django信号
查看>>
java基础之反射---重要
查看>>
tdd 和 make file,以及cygwin
查看>>
重装系统后,delphi7打开报错
查看>>
i++的原子性问题
查看>>
Arctext.js - 基于 CSS3 & jQuery 的文本弯曲效果
查看>>
C# 开发Chrome内核浏览器(WebKit.net)
查看>>
python __del__
查看>>
django1.7 配置demo教程(环境搭建)
查看>>
Flex里的特效
查看>>
一个简单的文本编辑器。(是在DEV C++下写的)
查看>>
VB中DateDiff 函数解释
查看>>
黑盒測试(一)-----边界值測试
查看>>
aix光盘安装包 aix puppet agent 自动化安装
查看>>
第45周一
查看>>
Deep Learning(深度学习)学习笔记整理系列之(二)
查看>>
【设计模式】—— 备忘录模式Memento
查看>>
CSS的力量:用一个DIV画图
查看>>
Android系统Recovery工作原理之使用update.zip升级过程分析(四)
查看>>