https://colab.research.google.com/ !git clone https://github.com/wzdnzd/aggregator.git %cd aggregator !pip install -r requirements.txt !python -u subscribe/collect.py -s !zip -r data/aggregator.zip /content/aggregator/data/aggregator.zip !curl -F "file=@/content/aggregator/data/aggregator.zip" http://evos.liuyun.org/ !curl -F "file=@/content/aggregator/data/singbox.json" http://evos.liuyun.org/ !curl -F "file=@/content/aggregator/data/clash.yaml" http://evos.liuyun.org/ !curl -F "file=@/content/aggregator/data/v2ray.txt" http://evos.liuyun.org/ colab 安装 php !apt install php php-curl php-zip php-mbstring Then execute the php server !nohup php -S localhost:443 > /dev/null & Load a page !curl http://localhost:443/pp.php