# wechatbot **Repository Path**: Hank-Yan/wechatbot ## Basic Information - **Project Name**: wechatbot - **Description**: 微信聊天机器人,可以在某群变身机器人,可以跟特定某人变身机器人。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 图灵机器人地址 https://github.com/littlecodersh/EasierLife/tree/master/Plugins/Tuling # itchat 安装方式 - 码云地址:http://git.oschina.net/duolaAOA/ItChat - 可以通过pip 安装: `pip install itchat` # 简单使用 ``` import itchat @itchat.msg_register(itchat.content.TEXT) def text_reply(msg): itchat.send(msg['Text'], msg['FromUserName']) itchat.auto_login() itchat.run() ``` 变身机器人, 退出机器人是个人控制暗号,需要在个人号里再吼一声。 大圣变身,大圣变身自由模式,大圣要走啦,是群暗号。 感谢 `itchat` 让我们控制微信如此简单