Skip to content

手机端自动触摸。支持微信读书自动翻页(iOS+Android)、趣头条自动看视频(Android)。点击坐标和点击时间都是随机的,防封号,代码简单,可随意修改

strategist922/auto_touch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

手机端自动触摸工具

准备工作 + 微信读书自动翻页教程

iOS

工具

  • Mac
  • Xcode
  • Python3、pip3

安装WebDriverAgent

  1. git clone https://github.com/facebook/WebDriverAgent.git
  2. ./Scripts/bootstrap.sh
  3. 打开WebDriverAgent.xcodeproj,在Xcode中设置好开发者apple id
  4. 在Xcode中,Product -> Test,在手机上运行,在手机上打开一下刚安装的没有图标的WebDriverAgent,会自动关闭,然后在Xcode控制台会输出ServerURL: http://x.x.x.x:8100
  5. brew install imobiledevice
  6. iproxy 8100 8100
  7. 浏览器访问http://localhost:8100/status看到json就说明运行成功

安装python-wda

pip3 install --pre facebook-wda

执行

以微信读书为例。在微信读书中打开一本书,然后终端执行:

git clone https://github.com/huowenxuan/weread_auto
cd auto_touch
python3 weread_ios.py

Android

工具

  • Python3、pip3

安装uiautomator

pip3 install uiautomator

执行

在微信读书中打开一本书,然后终端执行:

git clone https://github.com/huowenxuan/weread_auto
cd auto_touch
python3 weread_android.py

趣头条小视频自动上拉(仅限android)

打开趣头条app,点击小视频tab,执行:

python3 qutoutiao_android.py

About

手机端自动触摸。支持微信读书自动翻页(iOS+Android)、趣头条自动看视频(Android)。点击坐标和点击时间都是随机的,防封号,代码简单,可随意修改

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%