Skip to content
master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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'

常见的场景

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

About

微信机器人(网页版微信API)Java SDK

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.