
import os
import time
i = 0
while True:
os.system("adb shell am start -a android.intent.action.CALL -d tel:1XXXXXXXX007")
time.sleep(4)
os.system("adb shell input tap 540 2140")
i+=1
print(f"this is {i}th call!")
以上实现的是自动拨号的功能,如果想要无限制的给抖音或者快手上自己喜欢的主播以支持,可以参考上述程序实现。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)