Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Apr 13, 2022
1 parent 5309dac commit cdbb5b4
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# QiangCai
上海疫情被封在家,开始抢菜之路,可以开启多台设备同时抢菜

个人微信:sxsuccess,加时请说明来意,否则不通过。有任何问题请群聊,私聊不回复,忙不过来,感谢
上海疫情被封在家,开始抢菜之路,可以开启多台设备同时抢菜.
个人微信:sxsuccess,加时请说明来意,否则不通过。有任何问题请群聊,私聊不回复,忙不过来,感谢。
微信群,因为人数超200,加微信邀请你进群:![](https://1024shen.com/wp-content/uploads/2022/04/2022041203275121.jpg)


使用说明:
博客教程地址:https://1024shen.com/archives/7493

使用说明:
博客教程地址:https://1024shen.com/archives/7493
远程协助软件地址:https://www.todesk.com/download.html


Expand All @@ -16,43 +14,44 @@


## 一.安装环境
安装python3环境:
安装python3环境:
mac:
```python
brew install python
```
windows10以上下载链接: https://wwd.lanzouf.com/i6AEm02zzppi  (安装的时候记得勾选 add python to path)
windows7以上下载链接: https://wwd.lanzouf.com/i55kC02zzqsh (安装的时候记得勾选 add python to path)


并安装依赖:
```python
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
```


adb:您可以转到[官方文档]https://developer.android.com/studio/command-line/adb)
( mac电脑adb安装:brew install android-platform-tools
windows adb安装: 下载链接:https://wwd.lanzouf.com/iQWJT02zyz0h
(
mac电脑adb安装:brew install android-platform-tools
windows adb安装: 下载链接:https://wwd.lanzouf.com/iQWJT02zyz0h
1.解压
解压到任意目录,例如我都放在D:\Program Files文件夹下面
这样adb的目录就是D:\Program Files\platform-tools
2.添加环境变量
解压到任意目录,例如我都放在D:\Program Files文件夹下面
这样adb的目录就是D:\Program Files\platform-tools
2.添加环境变量
此电脑->系统属性->高级系统设置->环境变量->系统变量->Path->添加->D:\Program Files\platform-tools
)
)
手机:安卓手机一部或者多部,或者安卓虚拟机一个或者多个

## 二.调试环境
adb:adb安装成功后,在命令行输入adb,会出现以下提示:
![](https://img-blog.csdnimg.cn/140a1fc0bd3d44a1a226ee3fee6b9a89.png)
adb start-server:启动服务
adb devices:查看连接的设备列表
当安卓手机和电脑连接之后,再输入:adb devices,就可以看到设备编号,记住这个编号,后面有用。
adb devices:查看连接的设备列表
当安卓手机和电脑连接之后,再输入:adb devices,就可以看到设备编号,记住这个编号,后面有用。
强烈推荐使用安卓虚拟机网易MUMU,官网地址:https://mumu.163.com/mac/index.html
(如果用的安卓虚拟机,需要注意:需要先执行:adb kill-server,然后再执行:adb start-server,再执行:adb devices,才会显示设备列表)
![](https://img-blog.csdnimg.cn/ae2e00c88c6a473f80946d07d5677ce0.png)
![](https://img-blog.csdnimg.cn/ae2e00c88c6a473f80946d07d5677ce0.png)
设备上安装atx-agent:
```python
python -m uiautomator2 init
```
会在安卓设备上安装一个依赖ATX软件:
![](https://img-blog.csdnimg.cn/4349aac9a9334b629141628e94bf8c84.png)

Expand All @@ -64,7 +63,9 @@ python -m uiautomator2 init
![](https://img-blog.csdnimg.cn/834563085e7046d0b4117d802da639a3.png)

开始运行代码:
```python
python meituan.py
```

最后看一下成果:
(因为我有两个安卓手机,又另外开了一个安卓虚拟机,所以就是下面效果了,哈哈哈哈哈)
Expand Down

0 comments on commit cdbb5b4

Please sign in to comment.