forked from fritx/wxbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,29 @@ | ||
# wxbot 微信机器人 | ||
|
||
- __普通个人号 微信机器人/外挂__ (不同于公众号机器人) | ||
- 基于浏览器自动化技术[electron](https://github.com/atom/electron) | ||
- __普通个人号 微信机器人/外挂__ (不同于[webot](https://github.com/node-webot/webot)等公众号机器人) | ||
- 意义: 个人号可充当公众号使用 关系增强/门槛降低/更多行为/依旧自动化 | ||
- 与[qqbot](https://github.com/xhan/qqbot)/[wqq](https://github.com/fritx/wqq)等不同: 基于浏览器/用户行为自动化 更贴近用户/更可靠 | ||
- 基于浏览器桌面平台[electron](https://github.com/atom/electron) 跨平台win/linux/mac | ||
- 基于微信网页版 <https://wx.qq.com> | ||
- 目前处于高度开发和观察阶段 | ||
- 目前代码提供自动回复 可自行定制 | ||
|
||
```plain | ||
$ cd wxbot | ||
$ electron . # 运行 需扫二维码登录 | ||
``` | ||
|
||
<img width="643" src="https://raw.githubusercontent.com/fritx/wxbot/dev/screenshot.jpeg"> | ||
|
||
## 功能实现 | ||
|
||
- [x] 自动回复 | ||
- [x] 识别并回复相同的文本/表情/emoji | ||
- [x] 识别并回复图片/语音/链接分享 | ||
- [x] 发送图片 | ||
- [ ] 识别位置消息 | ||
- [ ] 读取链接分享内容 | ||
- [ ] 读取语音文件 | ||
- [ ] 读取用户表情/图片文件 | ||
- [ ] 感应系统消息 时间/邀请加群/红包等 | ||
- [ ] 探索运行于无界面平台 [electron#228](https://github.com/atom/electron/issues/228) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
{ | ||
"name": "wxbot", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": "[email protected]:fritx/wxbot.git", | ||
"keywords": [ | ||
"weixin", | ||
"wx", | ||
"qq", | ||
"bot" | ||
], | ||
"dependencies": { | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.