From 0b7648a0f26060153f507bf32775af5bf8d0ae8a Mon Sep 17 00:00:00 2001 From: youfou Date: Wed, 28 Jun 2017 01:39:37 +0800 Subject: [PATCH] update docs --- README.rst | 9 +++++++++ docs/faq.rst | 8 ++------ docs/index.rst | 8 ++++++++ wxpy/__init__.py | 2 +- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index a5d04cd..6444efb 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,15 @@ wxpy: 用 Python 玩微信 wxpy 在 itchat 的基础上,通过大量接口优化提升了模块的易用性,并进行丰富的功能扩展 +.. attention:: + + | **强烈建议仅使用小号运行机器人!** + + | 从近期 (17年6月下旬) 反馈来看,使用机器人存在一定概率被限制登录的可能性。 + | 主要表现为无法登陆 Web 微信 (但不影响手机等其他平台)。 + + + 用来干啥 ---------------- diff --git a/docs/faq.rst b/docs/faq.rst index 50c2577..688972b 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -73,18 +73,14 @@ wxpy 使用了 Web 微信的通讯协议,因此仅能覆盖 Web 微信本身 * 朋友圈相关 -会不会被封号? +为什么要开发 wxpy? -------------------------------- -目前来看,并不会因为使用 wxpy 等类似的工具/模块导致封号。 - -但如果你使用微信来骚扰他人、破坏交流环境,甚至违法的话,那么不管用什么方式使用微信都会导致封号。 - wxpy 的初衷是帮助人们利用微信来使生活和工作更轻松。 .. note:: - 请每位使用者: + 希望每位使用者在使用机器人时 * 维护良好的交流环境 * 永远不骚扰他人 diff --git a/docs/index.rst b/docs/index.rst index e2871fc..e5f0778 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,6 +20,14 @@ wxpy: 用 Python 玩微信 wxpy 在 itchat 的基础上,通过大量接口优化提升了模块的易用性,并进行丰富的功能扩展 +.. attention:: + + | **强烈建议仅使用小号运行机器人!** + + | 从近期 (17年6月下旬) 反馈来看,使用机器人存在一定概率被限制登录的可能性。 + | 主要表现为无法登陆 Web 微信 (但不影响手机等其他平台)。 + + 项目主页 ---------------- diff --git a/wxpy/__init__.py b/wxpy/__init__.py index 8ab1b10..ca5ceea 100644 --- a/wxpy/__init__.py +++ b/wxpy/__init__.py @@ -67,7 +67,7 @@ def auto_accept_friends(msg): from .utils import BaseRequest, detect_freq_limit, dont_raise_response_error, embed, ensure_one, mutual_friends __title__ = 'wxpy' -__version__ = '0.3.9.7' +__version__ = '0.3.9.8' __author__ = 'Youfou' __license__ = 'MIT' __copyright__ = '2017, Youfou'