Skip to content

A WeChat robot unit ,based on the android xposed framework hook to implement WeChat app robot functions

License

Notifications You must be signed in to change notification settings

546669204/wechatbot-xposed

Repository files navigation

WeBot

 

project description

A WeChat robot unit ,based on the android xposed framework hook to implement WeChat app robot functions

Function realization

  • message callback
  • auto reply message
  • Add friend callback
  • Default to add new friends
  • Auto Reply (text, emoticon)

Run

Download latest version And install the corresponding version of WeChat

Development and build

Environmental requirements

  • android-sdk
  • android Simulator or real machine
Git clone https://github.com/546669204/wechatbot-xposed.git
Use Android-Studio open

Interface Description

This project needs to set up a server to accept requests for processing: port 188 accepts callbacks Tcp protocol

Fixed protocol header + 8 byte message length + fixed protocol tail Example: {28285252_hcaiyue_top_15159898} HeartBoom{137621_woyaoyigebaojieshula_159687}   Message callback sample
{method:"msgprocess",data:"{takler:\"weid\",content:\"content\",type:\"text\"}"} Content == "newfriend" callback for new friends

Send message sample
{method:"sendtextmsg",data:"{to:\"weid\",content:\"content\"}"}

The detailed calling method can read the project RebateBot

Update log

2018-08-13 Init

About

A WeChat robot unit ,based on the android xposed framework hook to implement WeChat app robot functions

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages