IYUUAutoReseed/iyuu.php
2020-01-20 14:09:04 +08:00

23 lines
672 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
require_once __DIR__ . '/init.php';
use IYUU\AutoReseed;
#echo "IYUUAutoReseed自动辅种脚本目前支持以下站点".PHP_EOL;
#ShowTableSites();
echo <<<EOF
gitee 源码仓库https://gitee.com/ledc/IYUUAutoReseed
github源码仓库https://github.com/ledccn/IYUUAutoReseed
教程https://gitee.com/ledc/IYUUAutoReseed/tree/master/wiki
QQ群859882209 【IYUU自动辅种交流】
EOF;
echo PHP_EOL.PHP_EOL;
AutoReseed::init();
$hashArray = AutoReseed::get();
if (AutoReseed::$move != null) {
echo "种子移动完毕,请重新编辑配置,再尝试辅种! \n\n";
exit;
}
AutoReseed::call($hashArray);
AutoReseed::wechatMessage();