All Projects → smokingrain → Wechat

smokingrain / Wechat

java微信客户端

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Wechat

Vbot
💬The best wechat robot base on web api!
Stars: ✭ 3,301 (+2928.44%)
Mutual labels:  robot, wechat, weixin
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (+983.49%)
Mutual labels:  wechat, weixin
Wechatswift
iOS WeChat App Written in Swift 5.0
Stars: ✭ 102 (-6.42%)
Mutual labels:  wechat, weixin
Mina Webpack
🍱 Mina single-file-component meets Webpack
Stars: ✭ 77 (-29.36%)
Mutual labels:  wechat, weixin
Wechat Go
go version wechat web api and message framework for building wechat robot
Stars: ✭ 1,381 (+1166.97%)
Mutual labels:  robot, wechat
Wemark
微信小程序Markdown渲染库
Stars: ✭ 1,159 (+963.3%)
Mutual labels:  wechat, weixin
Leaf
一个开发友好、功能完备的开源微信商城框架
Stars: ✭ 102 (-6.42%)
Mutual labels:  wechat, weixin
Miniweather
基于koa的微信公众号开发
Stars: ✭ 67 (-38.53%)
Mutual labels:  wechat, weixin
Weixin Java Mp Demo
基于Spring Boot 和 WxJava 实现的微信公众号Java后端Demo,支持多公众号
Stars: ✭ 1,291 (+1084.4%)
Mutual labels:  wechat, weixin
Teepay
Typecho 个人支付宝、微信收款插件
Stars: ✭ 90 (-17.43%)
Mutual labels:  wechat, weixin
Wx Voice
Convert audio files between Tencent apps (Weixin / Wechat, QQ) and Silk codec with other general formats such as MP3 and M4A
Stars: ✭ 93 (-14.68%)
Mutual labels:  wechat, weixin
Ggbot
一个用Go写的微信机器人
Stars: ✭ 103 (-5.5%)
Mutual labels:  wechat, weixin
Tina
💃 一款轻巧的渐进式微信小程序框架
Stars: ✭ 1,153 (+957.8%)
Mutual labels:  wechat, weixin
Wechat
Wechat API wrapper in Elixir
Stars: ✭ 70 (-35.78%)
Mutual labels:  wechat, weixin
Offiaccount
[微信公众号] A fast wechat offiaccount development sdk written in Golang
Stars: ✭ 68 (-37.61%)
Mutual labels:  wechat, weixin
Agora Miniapp Tutorial
Hello world for Agora SDK running in https://en.wikipedia.org/wiki/WeChat#WeChat_Mini_Program
Stars: ✭ 75 (-31.19%)
Mutual labels:  wechat, weixin
Wechat Weapp Movie
🎬电影推荐 - 微信小程序
Stars: ✭ 1,355 (+1143.12%)
Mutual labels:  wechat, weixin
Wxpay Sdk
Server-side SDK of Weixin/WeChat, the Java binding.
Stars: ✭ 63 (-42.2%)
Mutual labels:  wechat, weixin
Lxspider
爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、百度指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书》
Stars: ✭ 60 (-44.95%)
Mutual labels:  wechat, weixin
Weixin
微信小游戏辅助合集(加减大师、包你懂我、大家来找茬腾讯版、头脑王者、好友画我、悦动音符、我最在行、星途WeGoing、猜画小歌、知乎答题王、腾讯中国象棋、跳一跳、题多多黄金版)
Stars: ✭ 1,216 (+1015.6%)
Mutual labels:  robot, weixin

WeChat

img
java微信客户端
当前支持64位操作系统,如果需要在32位操作系统上使用,请将SWT.jar替换成32位的就行了
SWT.jar与官方发版的包有一点点修改,不能直接使用官方jar,请移步https://github.com/smokingrain/WeChat/blob/master/libs/swt32.jar

技术

  • [x] 界面库SWT
  • [x] json解析使用jackson
  • [x] dom4j解析xml
  • [x] http请求使用httpclient
  • [x] java请使用java8及以上版本

功能

  • [x] 同步最近聊天群,人
  • [x] 桌面截图
  • [x] 发送文字
  • [x] 发送表情
  • [x] 发送图片
  • [x] 发送文件
  • [x] 撤回消息
  • [x] 显示聊天文字
  • [x] 显示表情
  • [x] 显示图片
  • [x] 显示/播放视频消息
  • [x] 显示/播放语音消息
  • [x] 置顶会话
  • [x] 设置置顶
  • [x] 复制文字
  • [x] 标识撤回消息
  • [x] 处理添加好友

说明

  • 数据来源:微信web版官网。
  • 表情包数据来自https://www.52doutu.cn以及http://www.adoutu.com/
  • 部分从微信下载的表情并不能显示,微信貌似不让web客户端显示。
  • 界面自定义组件,基本上都是Canvas画出来的!
  • 欢迎联系企鹅号:348901141
  • 听说腾讯要干掉网页版微信,感觉只能往pad或者桌面版微信转了。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].