wxrobot

a python wechat robot framework for personal account


Keywords
wechat, weixin, robot, wxrobot
License
MIT
Install
pip install wxrobot==0.13

Documentation

WxRobot python

面向个人账户的微信机器人框架

文档在此:

https://sharpdeep.gitbooks.io/wxrobot-document/content/

Usage

pip 安装

pip install wxrobot

setup.py 安装

下载项目到本地; 然后安装:

python setup.py install

接口使用方法参考myrobot.py,详细接口请查看文档。

Credit

I used

WeixinBot by Urinx

WeRobot by whtsky

wechat-deleted-friends by 0x5e

Todo

  • 添加更多类型消息接口
  • 自动回复
  • 小黄鸡或图灵机器人自动回复
  • 主动发送消息
  • 发送图片
  • 用微信遥控电脑
  • 完善文档

反馈

有问题或者意见可以到Issues中提出