微信运动自动点赞

Posted 琴似蓝调

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信运动自动点赞相关的知识,希望对你有一定的参考价值。

if (text('排行榜').exists()) {
    while (true) {
        let objs = id('bpz').find();
        let objsLength = objs.size();
        for (let index = 0; index < objsLength; index++) {
            let obj = objs[index];
            if (obj.parent().parent().click()) {
                sleep(1000)
            }
            if (text('赞我的朋友').exists()) {
                back()
                sleep(2000)
            }
            if (textEndsWith('的主页').exists()) {
                back()
                sleep(2000)
            }

        }
        if (text('邀请朋友').exists()) {
            break;
        }
        swipe(device.width / 2, device.height / 1.1,
            device.width / 2, device.height / 6, 800);
        sleep(2000);
    }
    toastLog('点赞完成');

} else {
    log('不在排行版页面');
    exit();
}
exit();

https://github.com/qinsilandiao/auto.js_scripts

以上是关于微信运动自动点赞的主要内容,如果未能解决你的问题,请参考以下文章

微信小程序代码片段

微信机器人怎么添加小程序

微信浏览器视频自动播放

微信浏览器视频自动播放

微信浏览器视频自动播放

unity仿微信飞机大战项目