# WeixinAutoChat **Repository Path**: zjpsteve/WeixinAutoChat ## Basic Information - **Project Name**: WeixinAutoChat - **Description**: 微信机器人(网页版微信API)Java SDK - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 51 - **Created**: 2017-08-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeixinAutoChat(基于java8) 微信机器人 ```java MessageHandler handler = new MessageHandler(); WeixinAutoChat chat = new WeixinAutoChat(handler); handler.chat = chat; chat.login(); ``` ---------------- 常见的场景 * 定时发消息给你的朋友 * 自动聊天发文本,表情,图片等 * 自动加好友 * 逗人玩 * ... ## 示例 微信扫码添加机器人(wxjava群口令:999999) ![](https://raw.githubusercontent.com/icecooly/WeixinAutoChat/master/qrcode.jpeg) ![](https://github.com/icecooly/WeixinAutoChat/raw/master/chat.jpg)