auto_add_wechat_friends_py icon indicating copy to clipboard operation
auto_add_wechat_friends_py copied to clipboard

微信添加好友 批量发送添加请求 脚本 python

Results 7 auto_add_wechat_friends_py issues
Sort by recently updated
recently updated
newest added

我启动时设置了端口号,设备号,但是在`adb.py`中的`cal_coordinate`这个函数调用有问题,方便加个合作吗?我的微信号是:18210564586

由于微信界面调整的原因,所以作者的流程需要微调,比如‘添加到联系人’需要改为‘添加到通讯录’等等。 > def init(self): self._adb.click_by_content_after_refresh('更多功能按钮') self._adb.click_by_text_after_refresh('添加朋友') #self._adb.click_by_text_after_refresh('外部联系人') #self._adb.click_by_text_after_refresh('添加') #self._adb.click_by_text_after_refresh('微信号/手机号') 上面是init的修改,微信要先停留在主界面 然后执行` python run.py -d` 即可正常运行

您好,我在我的一加3上无法正常使用(可以模拟点击),修改代码后部分功能可以正常使用 devices info: ONEPLUS A3000 Android 8.0.0 WeChat: 6.7.3 Google Play 主要是界面显示的文字不一样造成的bug,下图是修改前后`main.py` 文件的对比, 第70行的`搜索:`那里您使用了中文的冒号,微信实际的是英文冒号 ![image](https://user-images.githubusercontent.com/31362108/48298909-32369a00-e500-11e8-9c0b-83fa03e41ce4.png) ![image](https://user-images.githubusercontent.com/31362108/48298917-5f834800-e500-11e8-97af-4dfe1547520c.png) ![image](https://user-images.githubusercontent.com/31362108/48298934-a8d39780-e500-11e8-9cd8-5989043fad40.png) 同时`main.py` 中的第196行在python3.7上报错(修改了普通文字后) ![image](https://user-images.githubusercontent.com/31362108/48298987-3d3dfa00-e501-11e8-9ae7-eb4e569f9a74.png) 报错信息如下: ``` Traceback (most recent call last): File "run.py", line...

UI hierchary dumped to: /sdcard/dump.xml /sdcard/dump.xml: 1 file pulled. 8.4 MB/s (48276 bytes in 0.005s) [{'index': '1', 'text': '通讯录', 'resource-id': 'com.tencent.mm:id/d7b', 'class': 'android.widget.TextView', 'package': 'com.tencent.mm', 'content-desc': '', 'checkable': 'false', 'checked':...

Active code page: 65001 ERROR: null root node returned by UiTestAutomationBridge. Active code page: 65001 /sdcard/dump.xml: 1 file pulled. 7.1 MB/s (29588 bytes in 0.004s) Traceback (most recent call last):...

麻烦加一下qq:565678150 能合作一下吗?

▶ python3 run.py -d UI hierchary dumped to: /sdcard/dump.xml /sdcard/dump.xml: 1 file pulled. 5.2 MB/s (23633 bytes in 0.004s) Traceback (most recent call last): File "run.py", line 90, in run(sys.argv[1:])...