当前位置:网站首页>linxu下调试微信调一跳(Fedora 27)
linxu下调试微信调一跳(Fedora 27)
2022-07-17 05:21:00 【sayang_shao】
看这各种win下调试的方法,忍不住在linux也试一下。
准备工作:
1、下载python2:sudo dnf install python.sudo dnf install python-devel; sudo dnf install libevent-devel.
2、安装adb支持:sudo dnf install adb.(安装完会有启动命令,照着输就可以了)。
3、下载python代码https://github.com/wangshub/wechat_jump_game保存的方便找的地方比如桌面)
4、安装python所需的依赖包:pip install gevent;pip install image; pip install matplotlib; pip install certifi(在线安装不了的话就去官网下载离线包安装https://pypi.python.org/pypi/certifi,安装方法和在线一样,cd到下载下来的文件目录然后执行pip install 文件名 );如却其他包则依照命令自行安装。如果出现gcc: 错误:/usr/lib/rpm/redhat/redhat-hardened-cc1:No such file or directory则运行 sudo dnf install redhat-rpm-config(其它发行版不知道)
5、连接手机(本人魅族手机,自带adb驱动),
选择后会出现
在终端运行adb devices看是否连接成功!(显示********************** device 则表示连接成功!)
其它手机自行百度(*****别骂我);
6、运行wechat_jump..auto.py(先打开微信跳一跳点击开始,在运行此代码)
至此也就完成了,我在配置python环境时出现了很多问题,可能是由于本身系统的原因也就不一一列举出来了,遇到问题多百度,遇到问题多百度,遇到问题多百度,重要的事情说三遍。

边栏推荐
- No application for domain name SSL certificate under ports 80 and 443 (applicable to acme.sh and certbot)
- 中国知网论文free下载的方法
- 华为路由 端口映射
- Pytorch deep learning practice-b station Liu erden-day6
- Slag learning path (1) output the calendar page of a certain month of a certain year
- 小迪网络安全笔记 信息收集-CDN绕过技术(7)
- Vcenter6.7 installation and troubleshooting
- Tcp/ip protocol learning
- Top command
- 个人信息管理系统
猜你喜欢

使用Altium Designer软件绘制一个基于stm32设计

Flip linked list

小迪网络安全-笔记(5)

Pytorch deep learning practice-b station Liu erden-day6

wireshark抓包:错误分析

STM32串口通信相关学习

Share the application cases of CS brand patch T card in the field of hunting camera

海量数据

ssh远程登录服务

5-17 hidden student services of Shaanxi University of science and technology
随机推荐
过拟合原因及解决办法
[jmeter] TCP Sampler
高并发day04(ZAB协议,观察者,nc,AVRO,RPC)
Part of the second Shanxi Network Security Skills Competition (Enterprise Group) WP (I)
Get the first and last values after Oracle grouping and sorting
Information on successful cooperation between CS brand sdnand and stm32mcu
Part of the second Shanxi Network Security Skills Competition (Enterprise Group) WP (II)
Full experience of soft examination at the beginning, middle and advanced levels
汉诺塔2(函数)
Release nohup Out disk space occupied
上课啦要点名啊
Programming learning based on ardunio ide software development
Binary search and its extension
ARM开发环境入门
ssh远程登录服务
【自动化测试】——robotframework实战(一)搭建环境
IDEA中@Resource爆红
Pytorch deep learning practice-b station Liu erden-day5
Tcp/ip protocol learning
ANAME



