All Projects → liushuchun → Wechatcmd

liushuchun / Wechatcmd

Licence: gpl-3.0
提供微信终端版本、微信命令行版本聊天功能、微信机器人

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Wechatcmd

Mac Setup
🛠️ Front end web development setup for macOS.
Stars: ✭ 265 (-57.8%)
Mutual labels:  terminal, mac
Im Select
Switch your input method through terminal 📟
Stars: ✭ 288 (-54.14%)
Mutual labels:  terminal, mac
React Native Wechat
🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android platforms (QQ: 336021910)
Stars: ✭ 2,842 (+352.55%)
Mutual labels:  wechat-sdk, wechat
Wechat
WeChat SDK for Go (微信SDK:简单、易用)
Stars: ✭ 3,144 (+400.64%)
Mutual labels:  wechat-sdk, wechat
Windterm
A quicker and better cross-platform SSH/Sftp/Shell/Telnet/Serial client.
Stars: ✭ 345 (-45.06%)
Mutual labels:  terminal, client
Laravel Wechat
微信 SDK for Laravel, 基于 overtrue/wechat
Stars: ✭ 2,690 (+328.34%)
Mutual labels:  wechat-sdk, wechat
Tg
terminal telegram client that really works
Stars: ✭ 281 (-55.25%)
Mutual labels:  terminal, client
Weixinsdk
微信开发SDK。
Stars: ✭ 177 (-71.82%)
Mutual labels:  wechat-sdk, wechat
Wepay
轻量的微信支付组件(A Lightweight Wechat Pay Component)
Stars: ✭ 343 (-45.38%)
Mutual labels:  wechat-sdk, wechat
Haxor News
Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
Stars: ✭ 3,342 (+432.17%)
Mutual labels:  terminal, client
Wechat
轻量的微信公众号组件(A Lightweight Wechat Component)
Stars: ✭ 195 (-68.95%)
Mutual labels:  wechat-sdk, wechat
Saws
A supercharged AWS command line interface (CLI).
Stars: ✭ 4,886 (+678.03%)
Mutual labels:  terminal, client
Yii2 Easy Wechat
WeChat SDK for yii2 , based on overtrue/wechat.
Stars: ✭ 188 (-70.06%)
Mutual labels:  wechat-sdk, wechat
Wechatpy
WeChat SDK for Python
Stars: ✭ 3,016 (+380.25%)
Mutual labels:  wechat-sdk, wechat
Go Workwx
a sensible Work Weixin(企业微信, Wechat Work) SDK for Go
Stars: ✭ 181 (-71.18%)
Mutual labels:  wechat-sdk, wechat
Eiskaltdcpp
File sharing program using DC and ADC protocols
Stars: ✭ 277 (-55.89%)
Mutual labels:  mac, client
Abp.wechat
Abp 微信 SDK 模块,包含对微信小程序、公众号、企业微信、开放平台、第三方平台等相关接口封装。
Stars: ✭ 168 (-73.25%)
Mutual labels:  wechat-sdk, wechat
Weixin Java Cp Demo
基于Spring Boot 和 WxJava 实现的微信企业号/企业微信 后端Demo
Stars: ✭ 175 (-72.13%)
Mutual labels:  wechat-sdk, wechat
Glorious Demo
The easiest way to demonstrate your code in action.
Stars: ✭ 3,290 (+423.89%)
Mutual labels:  terminal, mac
Werobot
WeRoBot 是一个微信公众号开发框架
Stars: ✭ 3,973 (+532.64%)
Mutual labels:  wechat-sdk, wechat

wechatcmd star this repo fork this repo Build

=================

微信命令行版本

开发这个命令行版本,一是为了熟悉微信的接口,二是方便咱们习惯命令行的同学。

现在是中文的支持不是很好,还没有什么特别好的解决方法。

项目还是远未完成,热烈欢迎有兴趣的朋友一起加入开发。

有什么建议可以提issue。谢谢,也欢迎直接提PR。

功能特性

  1. 用户检索
  2. 聊天表情包快捷键
  3. 自动聊天
  4. Vimer式快捷键让操作丝般顺滑
  5. 更加Geek的feel.

键盘快捷键

   
Ctrl-n 下一页
Ctrl-p 上一页
Enter 输入
Ctrl-c 退出
Ctrl-1 退出自动回复
Ctrl-2 启用自动回复
Ctrl-3 机器人自动回复(还没好)

运行bin文件

linux,mac,windows编好的包分别在install 下面的linux/ mac/ win/下。(windows暂时支持的不好,虽然是交叉编译可以运行,但是其UI机制和unix系差的很多,termui支持的并不是很好)

git clone [email protected]:liushuchun/wechatcmd.git
cd wechatcmd/install/
进入各自目录

Mac安装

$ go get -u github.com/liushuchun/wechatcmd

Linux安装

$ go get -u github.com/liushuchun/wechatcmd

现在实现的界面:

聊天动态图 出现二维码之后,使用微信扫描二维码,进行登录。 登陆后图 聊天图片

使用

$ wechatcmd

现在完成的功能

  • [x] 实现微信登陆
  • [x] 实现微信认证
  • [x] 实现拉取用户信息
  • [x] 同步消息
  • [x] 设置自动回复:正在忙,稍后回来,等等。
  • [x] 自动更新消息
  • [x] 自动回复消息
  • [x] 获取其他消息
  • [x] 聊天
  • [ ] 群聊
  • [ ] 读取图片
  • [ ] 自动保存消息到本地
  • [ ] 表情包的翻译

由于工作太忙,后期已经没有精力继续开发,欢迎有兴趣的同学继续开发

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].