8000 GitHub - MobileAutoFlow/autoansign at 1.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MobileAutoFlow/autoansign

Repository files navigation

autotask_android

基于airtest_mobileauto的安卓自动化任务脚本

GitHub forksGitHub stars

环境依赖

python -m pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple  --upgrade

脚本开发环境说明

8B0B
  • 本脚本基于分辨率960x540, dpi160的安卓模拟器开发
  • dpi或者分辨率不同很容易识别失败。
  • 有的模拟器打开特定APP会闪退

运行示例

#默认控制127.0.0.1:5555的安卓设备
python web_ablesci.py
# 也可以自定义设备信息,填到`config.win.txt`,
python web_ablesci.py config.win.txt

我的配置文件 config.win.txt

[client]
mynode = 1
BlueStackdir = C:\Program Files\BlueStacks_nxt
BlueStack_Instance ={1: "Pie64_2"}
BlueStack_Windows = {1: "autotask"}
LINK_dict = {1: "Android:///127.0.0.1:5575"}
[control]
figdir=assets
logfile={1: "result.1.txt"}

一键签到方法

  • python run.py
    • 存在tag.txt则领取tag.py中定义的礼包
  • Windows可以点击run.bat, 或将run.bat添加到Windows的自动化任务 alt text

当前开发项目

基于浏览器的签到

  • 注: 本脚本于via-5.9.0测试通过, 需开启桌面模式、全屏、浏览器标识(windows/chrome),其他浏览器自行替换图片资源
  • web_ablesci, 科研通每日签到
  • web_muchong, 小木虫每日签到

基于app的签到

  • app_alicloud, 阿里云盘每日签到(横屏版960x540)

下面的项目已停更

  • app_jd_smartrouter, 京东无线宝路由器, 每日看广告领京豆.
    • 模拟器领取存在各种问题,不再更新,手机版见app_jd_smartrouter_m
    • 由于手机会自动锁屏,所以在脚本运行开头需要self.移动端.解锁设备()

Star History

Star History Chart

About

ADB控制安卓手机,在各种APP和网站进行每日签到领红包,无需Root。

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0