vicxqh / WechatBot

A wechat robot based on Android platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WechatBot

##A wechat robot running on android devices.

Based on xposed framework and this specific wechat version, I plan to implement a bot that can:

be informed when received new message of :

  • Text
  • Picture
  • Audio

and get the content of this new message:

  • Text
  • Picture
  • Audio

and have the alibity to send the following kind of message to both friends and groups:

  • Text
  • Picture
  • Audio

##Limitation Since this work will be done by hooking the Java interfaces of wechat and the Java code of wechat is of cause obfuscated, the methods or fileds I hooked in this work may not work on other wechat versions, but the idea is same. For your convenience, I will post all my notes on the wiki pages.

About

A wechat robot based on Android platform.


Languages

Language:Java 100.0%