全自动获取免费机场节点/订阅方法分享【立即实现代理节点自由】,支持 Github Action
https://github.com/wzdnzd/aggregator 能够自动爬取网络上分享的订阅地址及代理节点,也能够自动注册/续期、订阅转换、节点存活检查等 一键安装 Conda # 下载 Miniconda 安装脚本 wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh # 添加执行权限 chmod +x ~/miniconda.sh # 安装 Miniconda(静默模式,自动添加到 PATH) ~/miniconda.sh -b -p $HOME /miniconda # 将 Conda 添加到当前环境变量 echo 'export PATH="$HOME/miniconda/bin:$PATH"' >> ~/.bashrc source ~/.bashrc # 初始化 Conda conda init 使用方法 准备好 Python3.9 环境 下载项目代码: git clone https://github.com/wzdnzd/aggregator.git 安装依赖: pip3 install pyYAML tqdm geoip2 pycryptodomex 运行代码:终端里进入到项目的 aggregate 目录下,执行命令 python -u subscribe/collect.py -s 等待运行结束,最终会得到 3 个文件: /root/aggregator/data/clash.yaml', '/root/aggregator/data/v2ray.txt', '/root/aggregator/data/singbox.json 订阅链接在线转换:https://sub.ffq.la/ Github Action使用方法:(原始地址: https://linux.do/t/topic/96234 ) 不建议使用,此方法容易封Github账号。。。 流程如下: fork作者的代码仓库: https://github.com/wzdnzd/aggregator 启用...