You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we inject our hooking code to https://wx.qq.com , we should keep the environment as clean as possible.
there has javascript code in wx.qq.com, which will check the run environment to see if had been modified: for example, the checksum of the whole angularjs object.
when we inject some code to https://wx.qq.com , we should keep the environment as clean as possible. because if a user account is reported using an unofficial client, the system might add some extra limitation to this account, for example, this account can not "say hi" to other strangers. (as the following screen shot, I think it's purpose is to prevent spamming other users by robot)
One year passed, we had been able to do more with Wechaty than before: we can not only be able to control a Web Browser, but also we can use iPad protocol directly, and the iPhone App Hook Puppet was already in alpha stage and will be ready to use soon.
However, I believe all the above methods will not change the problem that this issue is addressed: Tencent will not like a program to control the Wechat account.
The reason for that is because, till today, almost all the bots are doing bad things like sending mass messages for advertising, rob red package money from human, or even doing grift by the program automatically, which will cover huge users in a very short time.
Wechaty do not like those bad things too. We want to do good things for the user, for example, by integrating with Conversational AI with Wechaty, we can build a bot that improve user experiences a lot, serve users more with powerful ChatBot technology, which the others technology gaint had already started to do this years before, like Facebook Messager, Google Assitant and Microsoft Skype.
I'll close this issue because it's outdated, but this topic will be very valuable for future discuss.
TL;DR
when we inject our hooking code to https://wx.qq.com , we should keep the environment as clean as possible.
there has javascript code in wx.qq.com, which will check the run environment to see if had been modified: for example, the checksum of the whole angularjs object.
when we inject some code to https://wx.qq.com , we should keep the environment as clean as possible. because if a user account is reported using an unofficial client, the system might add some extra limitation to this account, for example, this account can not "say hi" to other strangers. (as the following screen shot, I think it's purpose is to prevent spamming other users by robot)
TODO
See
The text was updated successfully, but these errors were encountered: