• 大小: 0.59M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-02
  • 语言: Python
  • 标签:

资源简介

借助「adb」工具,配合Python脚本来实现自动阅读东方头条

资源截图

代码片段和文件信息

import os
import time

count=0
def get():
    print(“正在刷新...“)
    os.system(‘adb shell input tap 105 1890‘)
    time.sleep(1)
    print(“刷新成功“)

    print(“点开第“count+1“条新闻“)
    os.system(‘adb shell input tap 300 600‘)
    time.sleep(1)

    for i in range(1 30):
        print(“阅读中,剩余“ 30 - i “秒“)
        # os.system(‘adb shell input swipe 560 1000 550 426‘)
        startX = random.randint(460 660)
        startY = random.randint(900 1100)
        endX = random.randint(450 550)
        endY = random.randint(326 526)
        os.system(“adb shell input swipe “ + str(startX) + ‘ ‘ + str(startY) + ‘ ‘ + str(endX) + ‘ ‘ + str(endY))

    print(“返回主页面“)
    os.system(‘adb shell input tap 51 130‘)

    # 时段奖励(45分钟1次)
    if((count%90)==0):
        os.system(‘adb shell input tap 966 132‘)
        time.sleep(0.5)
        os.system(‘adb shell input tap 909 518‘)


print(“无限循环 or 循环n次?[1|2]“)
a = input(“请输入1或2:“)


if a == ‘1‘:
    print(“----无限循环模式

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-07-04 12:38  News-money-master\
     文件        1210  2019-07-04 12:38  News-money-master\.gitignore
     文件       96256  2019-07-04 12:38  News-money-master\AdbWinApi.dll
     文件       60928  2019-07-04 12:38  News-money-master\AdbWinUsbApi.dll
     文件         427  2019-07-04 12:38  News-money-master\README.md
     文件     1011200  2019-07-04 12:38  News-money-master\adb.exe
     文件        1310  2019-07-04 12:38  News-money-master\money.py
     文件        1433  2019-07-04 12:38  News-money-master\money_163mumu.py
     文件       80884  2019-07-04 12:38  News-money-master\下载方法.png

评论

共有 条评论