Skip to content

Commit

Permalink
Find a better looking way of showing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
littlecodersh committed Dec 6, 2016
1 parent 89b1acd commit 35277aa
Show file tree
Hide file tree
Showing 39 changed files with 3,346 additions and 48 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,14 @@ A: 有些账号是天生无法给自己的账号发送信息的,建议使用`f

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

## 参考资料
## 类似项目

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

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

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

## 问题和建议

如果有什么问题或者建议都可以在这个[Issue][issue#1]和我讨论
Expand All @@ -266,4 +268,5 @@ A: 有些账号是天生无法给自己的账号发送信息的,建议使用`f
[Chyroc]: https://github.com/Chyroc
[liuwons-wxBot]: https://github.com/liuwons/wxBot
[zixia-wechaty]: https://github.com/zixia/wechaty
[Mojo-Weixin]: https://github.com/sjdy521/Mojo-Weixin
[issue#1]: https://github.com/littlecodersh/ItChat/issues/1
5 changes: 4 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ A: Some account simply can't send messages to yourself, so use `filehelper` inst

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

[zixia/wechaty][zixia-wechaty]: wechat for bot in Javascript(ES6), Personal Account Robot Framework/Library.
[zixia/wechaty][zixia-wechaty]: wechat for bot in Javascript(ES6), Personal Account Robot Framework/Library

[sjdy521/Mojo-Weixin][Mojo-Weixin]: wechat web api in Perl, available with HTTP requests

## Comments

Expand All @@ -263,4 +265,5 @@ Or you may also use [![Gitter][gitter-picture]][gitter]
[Chyroc]: https://github.com/Chyroc
[liuwons-wxBot]: https://github.com/liuwons/wxBot
[zixia-wechaty]: https://github.com/zixia/wechaty
[Mojo-Weixin]: https://github.com/sjdy521/Mojo-Weixin
[issue#1]: https://github.com/littlecodersh/ItChat/issues/1
15 changes: 0 additions & 15 deletions docs/8.FAQ.md

This file was deleted.

32 changes: 32 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## 稳定性

Q: itchat稳定性如何?

A: 测试用机器人能稳定在线多个月。如果你在测试过程中发现无法稳定登陆,请检查**登陆手机**及主机是否稳定连接网络。

## 中文文件名文件上传

Q: 为什么中文的文件没有办法上传?

A: 这是由于`requests`的编码问题导致的。若需要支持中文文件传输,将[fields.py][fields.py-2](py3版本见[这里][fields.py-3])文件放入requests包的packages/urllib3下即可

## 命令行显示二维码

Q: 为什么我在设定了`itchat.auto_login()``enableCmdQR``True`后还是没有办法在命令行显示二维码?

A: 这是由于没有安装可选的包`pillow`,可以使用右边的命令安装:`pip install pillow`

## 如何通过itchat实现控制器

Q: 如何通过这个包将自己的微信号变为控制器?

A: 有两种方式:发送、接受自己UserName的消息;发送接收文件传输助手(filehelper)的消息

## 无法给自己发送消息

Q: 为什么我发送信息的时候部分信息没有成功发出来?

A: 有些账号是天生无法给自己的账号发送信息的,建议使用`filehelper`代替。

[fields.py-2]: https://gist.github.com/littlecodersh/9a0c5466f442d67d910f877744011705
[fields.py-3]: https://gist.github.com/littlecodersh/e93532d5e7ddf0ec56c336499165c4dc
Loading

0 comments on commit 35277aa

Please sign in to comment.