https://github.com/xz-dev/wechat_auto_jump
微信跳一跳小程序 自动化程序
https://github.com/xz-dev/wechat_auto_jump
Last synced: 11 months ago
JSON representation
微信跳一跳小程序 自动化程序
- Host: GitHub
- URL: https://github.com/xz-dev/wechat_auto_jump
- Owner: xz-dev
- License: lgpl-3.0
- Created: 2018-02-19T10:20:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T15:45:28.000Z (almost 8 years ago)
- Last Synced: 2025-04-15T23:22:54.714Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 42.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WeChat Automatic Jump Tool
#**This project is unmaintained.**





[中文文档](README_zh-cn.md)
## Instructions
### 1. Use Python source code to run
1. Download our project
2. Open your phone's developer mode and connect it to your computer
3. Run the start.py file with Python3
4. Refer to the software message for the next step
### 2. Directly run the exe file (File is generated by [pyinstaller](http://pyinstaller.org), [Download from Nextcloud](http://cloud.xiangzhe.top/nextcloud/s/tfqMfwmexjkjoKs))
1. Download application_win.zip
2. Unzip files
3. Open the phone's developer mode and connect the computer
4. Run start.exe
5. Refer to the software message for the next step
#### **If you are using a Linux system and do not want to run Python file please contact us**
## Adaptation
Current adaptation model:
Huawei P10, Huawei P10 plus, Xiaomi5, Xiaomi6, vivo x6s
(If you don't find your model, please contact us or Refer to the mi6 template in the config folder and send us an email with your profile)
### Self-adapting method (using Xiaomi6 as an example)
1. Create config/mi6.json
```python
# config/mi6.json
{
"resolution": "1080p",
# Replace '1080p' with your phone's screen resolution (currently supports 1080p and 2k)
# If your resolution is not in it, follow the second step to create your own screen resolution file
"coefficient": 1.37
# '1.37' is the coefficient of the simulate click time, but we didn't find the law. Please try it yourself
}
```
2. Create config/1080p.json
```python
# config/mi6.json
{
"scale": 0.3
# Piece identification coefficient, it has a positive correlation with screen resolution
}
```
Do not add the prompt statement after # in the json file(refer to config/1080p.json and config/mi6.json)
The project is written in Python3 and is based on the opencv and ADB tools.
If you find a bug in the program or are willing to participate in this project, please ask questions or contact us.
### If you are willing to maintain official English documents, please contact us.
THANK YOU!
Email: zxz1054855541@163.com
QQ Group: 689440072
Developers: [wirehack](https://github.com/wirehack), [Deemo-x](https://github.com/Deemo-x)