Skip to content

Commit 35277aa

Browse files
committed
Find a better looking way of showing docs
1 parent 89b1acd commit 35277aa

39 files changed

+3346
-48
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,14 @@ A: 有些账号是天生无法给自己的账号发送信息的,建议使用`f
234234

235235
[Chyroc][Chyroc]: 完成第一版本的Python3构架。
236236

237-
## 参考资料
237+
## 类似项目
238238

239239
[liuwons/wxBot][liuwons-wxBot]: 类似的基于Python的微信机器人
240240

241241
[zixia/wechaty][zixia-wechaty]: 基于Javascript(ES6)的微信个人账号机器人NodeJS框架/库
242242

243+
[sjdy521/Mojo-Weixin][Mojo-Weixin]: 使用Perl语言编写的微信客户端框架,可通过插件提供基于HTTP协议的api接口供其他语言调用
244+
243245
## 问题和建议
244246

245247
如果有什么问题或者建议都可以在这个[Issue][issue#1]和我讨论
@@ -266,4 +268,5 @@ A: 有些账号是天生无法给自己的账号发送信息的,建议使用`f
266268
[Chyroc]: https://github.com/Chyroc
267269
[liuwons-wxBot]: https://github.com/liuwons/wxBot
268270
[zixia-wechaty]: https://github.com/zixia/wechaty
271+
[Mojo-Weixin]: https://github.com/sjdy521/Mojo-Weixin
269272
[issue#1]: https://github.com/littlecodersh/ItChat/issues/1

README_EN.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ A: Some account simply can't send messages to yourself, so use `filehelper` inst
238238

239239
[liuwons/wxBot][liuwons-wxBot]: A wechat robot similiar to the robot branch
240240

241-
[zixia/wechaty][zixia-wechaty]: wechat for bot in Javascript(ES6), Personal Account Robot Framework/Library.
241+
[zixia/wechaty][zixia-wechaty]: wechat for bot in Javascript(ES6), Personal Account Robot Framework/Library
242+
243+
[sjdy521/Mojo-Weixin][Mojo-Weixin]: wechat web api in Perl, available with HTTP requests
242244

243245
## Comments
244246

@@ -263,4 +265,5 @@ Or you may also use [![Gitter][gitter-picture]][gitter]
263265
[Chyroc]: https://github.com/Chyroc
264266
[liuwons-wxBot]: https://github.com/liuwons/wxBot
265267
[zixia-wechaty]: https://github.com/zixia/wechaty
268+
[Mojo-Weixin]: https://github.com/sjdy521/Mojo-Weixin
266269
[issue#1]: https://github.com/littlecodersh/ItChat/issues/1

docs/8.FAQ.md

-15
This file was deleted.

docs/FAQ.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## 稳定性
2+
3+
Q: itchat稳定性如何?
4+
5+
A: 测试用机器人能稳定在线多个月。如果你在测试过程中发现无法稳定登陆,请检查**登陆手机**及主机是否稳定连接网络。
6+
7+
## 中文文件名文件上传
8+
9+
Q: 为什么中文的文件没有办法上传?
10+
11+
A: 这是由于`requests`的编码问题导致的。若需要支持中文文件传输,将[fields.py][fields.py-2](py3版本见[这里][fields.py-3])文件放入requests包的packages/urllib3下即可
12+
13+
## 命令行显示二维码
14+
15+
Q: 为什么我在设定了`itchat.auto_login()``enableCmdQR``True`后还是没有办法在命令行显示二维码?
16+
17+
A: 这是由于没有安装可选的包`pillow`,可以使用右边的命令安装:`pip install pillow`
18+
19+
## 如何通过itchat实现控制器
20+
21+
Q: 如何通过这个包将自己的微信号变为控制器?
22+
23+
A: 有两种方式:发送、接受自己UserName的消息;发送接收文件传输助手(filehelper)的消息
24+
25+
## 无法给自己发送消息
26+
27+
Q: 为什么我发送信息的时候部分信息没有成功发出来?
28+
29+
A: 有些账号是天生无法给自己的账号发送信息的,建议使用`filehelper`代替。
30+
31+
[fields.py-2]: https://gist.github.com/littlecodersh/9a0c5466f442d67d910f877744011705
32+
[fields.py-3]: https://gist.github.com/littlecodersh/e93532d5e7ddf0ec56c336499165c4dc

0 commit comments

Comments
 (0)