Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 605 Bytes

File metadata and controls

35 lines (29 loc) · 605 Bytes

WeixinAutoChat

微信机器人

MessageHandler handler = new MessageHandler();
WeixinAutoChat chat = new WeixinAutoChat(handler);
handler.chat = chat;
chat.login();

Download

Download Jar or grab via Maven:

<dependency>
  <groupId>com.github.icecooly</groupId>
  <artifactId>WeixinAutoChat</artifactId>
  <version>1.0.1</version>
</dependency>

or Gradle:

compile 'com.github.icecooly:WeixinAutoChat:1.0.1'

常见的场景

  • 定时发消息给你的朋友
  • 自动聊天发文本,表情,图片等
  • 自动加好友
  • 逗人玩
  • ...