# WeixinAutoChat **Repository Path**: LeftJson/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**: 2024-05-20 - **Last Updated**: 2024-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeixinAutoChat 微信机器人 ```java MessageHandler handler = new MessageHandler(); WeixinAutoChat chat = new WeixinAutoChat(handler); handler.chat = chat; chat.login(); ``` Download -------- Download Jar or grab via Maven: ```xml com.github.icecooly WeixinAutoChat 1.0.1 ``` or Gradle: ```groovy compile 'com.github.icecooly:WeixinAutoChat:1.0.1' ``` ---------------- 常见的场景 * 定时发消息给你的朋友 * 自动聊天发文本,表情,图片等 * 自动加好友 * 逗人玩 * ...