能够自动爬取全网分享的订阅地址及代理节点,也能够自动注册/续期、订阅转换、节点存活检查等,全网高速免费机场节点抓取,可轻松观看YouTube视频8k十万kbps,优质节点几乎跑满宽带,白嫖优质节点当备用网络可解锁GPT,百分百成功!有手就行!支持v2ray/clash/singox
准备工作:
谷歌账号注册教程【点击直达】
谷歌colab【点击直达】
搭建教程:
1、进入谷歌colab,点击新建笔记本
在新建的笔记本中,运行以下命令以克隆项目仓库:
!git clone https://github.com/wzdnzd/aggregator.git
安装依赖项:
进入克隆的项目目录:
%cd aggregator
安装项目所需的 Python 依赖项:
!pip install -r requirements.txt
运行项目:
在 Colab 中,使用以下命令运行
process.py
脚本:
!python -u subscribe/collect.py -s
查看节点文件:
clash配置
!cat /content/aggregator/data/clash.yaml
v2ray节点
!cat /content/aggregator/data/v2ray.txt
singbox配置
!cat /content/aggregator/data/singbox.json
下载节点文件
根据自己使用的代理软件,下载相应的配置文件。
from google.colab import files
files.download('/content/aggregator/data/clash.yaml')
from google.colab import files
files.download('/content/aggregator/data/v2ray.txt')
from google.colab import files
files.download('/content/aggregator/data/singbox.json')
评论区