python玩转android_今天玩点啥:利用Python模拟操作安卓手机实现刷dou音短视频浏览量...
adb工具即Android Debug Bridge(安卓調(diào)試橋) tools。它就是一個命令行窗口,用于通過電腦端與模擬器或者真實設(shè)備交互。在某些特殊的情況下進入不了系統(tǒng),adb就派上用場啦!
Python是一種解釋型腳本語言,可以應(yīng)用于以下領(lǐng)域: [1]Web 和 Internet開發(fā)
科學(xué)計算和統(tǒng)計
教育
桌面界面開發(fā)
軟件開發(fā)
后端開發(fā)
#coding:utf-8
#程序功能:可以實現(xiàn)抖音個人頁面視頻的自動點擊,從而自動增加訪問量
#思路:抖音主頁中兩個視頻切換點擊,可以實現(xiàn)訪問量的增加
#使用ADB程序,視頻的屏幕坐標(biāo)可以使用adb shell uiautomator dump命令,獲取該頁面xml源碼后查得
#下述是三星蓋世10+抖音主頁模擬瀏覽視頻
#缺點:運行時不能移動屏幕,后續(xù)可以采用獲取模塊ID號的方式去點擊相應(yīng)的位置
import time
import subprocess
import random
i = 0
#每次操作的間隔時間取決于手機配置,配置越高時間越短
while 1:
#用popen設(shè)置shell=True不會彈出cmd框
# sleep_time =random.uniform(10, 50)
x=random.randint(0, 1400) # 生成的隨機數(shù) n: 12 <= n <= 20
y=random.randint(0, 2600) # 結(jié)果永遠是20
process=subprocess.Popen('adb shell input swipe 340 865 370 202 100',shell=True)
process=subprocess.Popen('adb shell uiautomator dump',shell=True)
process = subprocess.Popen('adb shell input tap'+' ' +str(x)+' ' +str(y)+' ',shell=True)
time.sleep(random.uniform(1, 20))
process = subprocess.Popen('adb shell input keyevent KEYCODE_BACK', shell=True)
time.sleep(random.uniform(1, 20))
process = subprocess.Popen('adb shell input tap 375 1402', shell=True)
time.sleep(random.uniform(1, 20))
process = subprocess.Popen('adb shell input keyevent KEYCODE_BACK', shell=True)
time.sleep(random.uniform(1, 20))
#os.system('adb shell input tap 14 1402')
#os.system('adb shell input keyevent KEYCODE_BACK')
#os.system('adb shell input tap 375 1402')
i+=1
print(str(i) + 'clicks have been completed')
總結(jié)
以上是生活随笔為你收集整理的python玩转android_今天玩点啥:利用Python模拟操作安卓手机实现刷dou音短视频浏览量...的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 虚幻引擎5亮点一览,下载学习资源汇总
- 下一篇: CorelDRAW个版本软件下载,呕心集