{"id":25986813,"url":"https://github.com/xz-dev/wechat_auto_jump","last_synced_at":"2025-07-17T02:09:20.836Z","repository":{"id":154803358,"uuid":"122046387","full_name":"xz-dev/wechat_auto_jump","owner":"xz-dev","description":"微信跳一跳小程序 自动化程序","archived":false,"fork":false,"pushed_at":"2018-08-08T15:45:28.000Z","size":44850,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T23:22:54.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xz-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-19T10:20:38.000Z","updated_at":"2020-06-24T03:16:00.000Z","dependencies_parsed_at":"2023-09-02T07:02:39.759Z","dependency_job_id":null,"html_url":"https://github.com/xz-dev/wechat_auto_jump","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xz-dev/wechat_auto_jump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fwechat_auto_jump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fwechat_auto_jump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fwechat_auto_jump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fwechat_auto_jump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xz-dev","download_url":"https://codeload.github.com/xz-dev/wechat_auto_jump/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fwechat_auto_jump/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265560033,"owners_count":23788116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-05T12:33:16.165Z","updated_at":"2025-07-17T02:09:20.827Z","avatar_url":"https://github.com/xz-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WeChat Automatic Jump Tool\n\n#**This project is unmaintained.** \n\n![release](https://img.shields.io/badge/release-v0.8.0-blue.svg)\n![language](https://img.shields.io/badge/language-python3.6-yellowgreen.svg)\n![issues](https://img.shields.io/github/issues/Deemo-x/wechat_auto_jump.svg)\n![forks](https://img.shields.io/github/forks/Deemo-x/wechat_auto_jump.svg)\n![license](https://img.shields.io/github/license/Deemo-x/wechat_auto_jump.svg)\n\n[中文文档](README_zh-cn.md)\n\n## Instructions\n\n### 1. Use Python source code to run\n\n    1. Download our project\n    2. Open your phone's developer mode and connect it to your computer\n    3. Run the start.py file with Python3\n    4. Refer to the software message for the next step\n\n### 2. Directly run the exe file (File is generated by [pyinstaller](http://pyinstaller.org), [Download from Nextcloud](http://cloud.xiangzhe.top/nextcloud/s/tfqMfwmexjkjoKs))\n\n    1. Download application_win.zip\n    2. Unzip files\n    3. Open the phone's developer mode and connect the computer\n    4. Run start.exe\n    5. Refer to the software message for the next step\n\n#### **If you are using a Linux system and do not want to run Python file please contact us**\n\n\u003cbr\u003e\u003c/br\u003e\n\n## Adaptation\n\nCurrent adaptation model:\n\u003cfont color = grean\u003e\nHuawei P10, Huawei P10 plus, Xiaomi5, Xiaomi6, vivo x6s\n\u003c/font\u003e\n\u003cbr\u003e(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)\u003c/br\u003e\n\n### Self-adapting method (using Xiaomi6 as an example)\n\n\u003cfont color = yellow\u003e\n    1. Create config/mi6.json\n\u003c/font\u003e\n\n```python\n    # config/mi6.json\n    {\n        \"resolution\": \"1080p\",\n        # Replace '1080p' with your phone's screen resolution (currently supports 1080p and 2k)\n        # If your resolution is not in it, follow the second step to create your own screen resolution file\n\n        \"coefficient\": 1.37\n        # '1.37' is the coefficient of the simulate click time, but we didn't find the law. Please try it yourself\n    }\n```\n\n\u003cfont color = yellow\u003e\n    2. Create config/1080p.json\n\u003c/font\u003e\n\n```python\n    # config/mi6.json\n    {\n        \"scale\": 0.3\n        # Piece identification coefficient, it has a positive correlation with screen resolution\n    }\n\n```\n\u003cfont color = red\u003e\n\u0026emsp;Do not add the prompt statement after \u003cfont color = yellowgreen\u003e#\u003c/font\u003e in the json file(refer to config/1080p.json and config/mi6.json)\n\u003c/font\u003e\n\n\u003cbr\u003e\u003c/br\u003e\n\n\u0026emsp;The project is written in Python3 and is based on the opencv and ADB tools. \u003c/br\u003e\n\u0026emsp;If you find a bug in the program or are willing to participate in this project, please ask questions or contact us.\n\n### \u003cfont color = orange\u003eIf you are willing to maintain official English documents, please contact us. \u003cbr\u003eTHANK YOU!\u003c/br\u003e\u003c/font\u003e\n\n\u003cbr\u003e\u003c/br\u003e\n\nEmail: zxz1054855541@163.com\n\u003cbr\u003eQQ Group: 689440072\u003c/br\u003e\nDevelopers: [wirehack](https://github.com/wirehack), [Deemo-x](https://github.com/Deemo-x)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxz-dev%2Fwechat_auto_jump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxz-dev%2Fwechat_auto_jump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxz-dev%2Fwechat_auto_jump/lists"}