python編寫 釘釘自動 打卡腳本
安卓
- 開啟開發者模式 -> USB 調試
- ADB 安裝(shell控制用來調試手機)
-
開啟指針位置 -> 開發者模式
adb shell input tap 433 1639
模擬點擊當前坐標 Y X
引入 pythonimport os
執行命令 (windows 需要要配置環境變量 )
記錄當前的 點擊位置 然后用點擊調試adb shell input tap
電源鍵adb shell input keyevent 224
屏幕滑動 解鎖adb shell input swipe 300 2000 300 600
#!/usr/bin/python
import time
import os
print(os.system('adb shell input keyevent 224 ')) ;
print(os.system('adb shell input swipe 300 2000 300 600 ')) ;
print(os.system('adb shell input tap 433 1639 ')) ;
print(os.system('adb shell input tap 978 2067 ')) ;
print(os.system('adb shell input tap 978 2067 ')) ;
print(os.system('adb shell input tap 679 2056 ')) ;
print(os.system('adb shell input tap 1055 2270 ')) ;
print(os.system('adb shell input tap 1323 818 ')) ;
time.sleep(4)
print(os.system('adb shell input tap 680 2372 ')) ;
time.sleep(4)
print(os.system('adb shell input tap 196 1561 ')) ;
time.sleep(2)
print(os.system('adb shell input tap 684 1159 ')) ;
更多文章、技術交流、商務合作、聯系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號聯系: 360901061
您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對您有幫助就好】元
