代码拉取完成,页面将自动刷新
同步操作将从 Bygones/PHP-DouyinRobot 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
include __DIR__ . "/AI.php";
include __DIR__ . "/Adb.php";
include __DIR__ . "/DyImg.php";
$config = include __DIR__ . "/config/redmi.php";
//咳咳,由于我的测试 = =,我劝大家把年龄调到0(通吃,是女的就点赞关注),因为我测试到很多女生检测到12岁,明明都20多岁了 ,好了不多说了,自行脑补啦
$gender = 50;//小于50为女
$age = 0;//最小年龄为18,
$beauty = 80;//颜值最低80
fwrite(STDOUT,'是否开始你的表演 [y/n] ');
if(trim(fgets(STDIN)) != "y") {
echo "感谢您的使用,再见".PHP_EOL;exit();
}
$AI = new AI();
$Adb = new Adb((array) $config);
$DyImg = new DyImg();
while (true){
try{
$dir = $Adb->Screenshot();
$img = $DyImg->compressedImage($dir,$dir);
$res = $AI->get($img);
if($res["code"] == 1){
if($res["data"]["gender"] <= $gender && $res["data"]["age"] >= $age && $res["data"]["beauty"] >= $beauty){
$Adb->Follow();
$Adb->Fabulous();
echo "遇到好看的小姐姐,点赞加关注✧(≖ ◡ ≖✿)嘿嘿".PHP_EOL;
$Swipe = $Adb->Slide();
}else{
$Swipe = $Adb->Slide();
}
} else {
$Swipe = $Adb->Slide();
}
}catch (\Exception $e){
echo "感谢您的使用,再见".PHP_EOL;exit();
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。