Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

get-subscribe

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-subscribe

免费机场/VPN 订阅自动获取工具 - Clash / V2Ray / Trojan / SSR 订阅链接自动抓取

pipPyPI
Version
1.0.31
Weekly downloads
38
Maintainers
1

✈️ get_subscribe

免费机场 / 免费 VPN — 自动获取 Clash / V2Ray / Trojan / SSR 订阅链接,间隔 12 小时持续更新

PyPI Python License

⚠️ 免责声明

  • 链接来自网络,仅供学习研究使用
  • 使用前请务必遵守当地法律法规
  • 本项目不对任何使用后果负责

🌟 功能特性

  • 自动抓取:从公开 RSS 源定时抓取最新免费订阅
  • 多协议支持:Clash 配置(.yml)、V2Ray 文本(.txt
  • 变更检测:仅在内容实际变化时记录日志,避免重复通知
  • 灵活使用:pip 安装 CLI 一键运行,或作为 Python 库集成
  • 日志记录:按月自动归档运行日志,便于排查问题

🚀 快速上手

pip 安装(推荐)

pip install get-subscribe
get-subscribe          # 一键运行

或从源码安装

git clone https://github.com/adminlove520/get_subscribe.git
cd get_subscribe
pip install -e .
get-subscribe

Python API

from get_subscribe import GetSubscribe

fetcher = GetSubscribe(subscribe_dir="./my_subs")
results = fetcher.run()
# results = {'v2ray': 200, 'clash': 200}

📁 输出文件

运行后保存在 subscribe/ 目录:

文件协议说明
clash.ymlClash.Meta适用于 Clash Verge / Clash for Windows / ClashX
v2ray.txtVLESS / VMess适用于 v2rayN / Qv2ray / Shadowrocket

快速订阅地址

Clash 订阅:https://git.io/emzclash
V2Ray 订阅:https://git.io/emzv2ray

GitHub Actions 每 12 小时自动更新,点击即可复制使用。

📱 各平台客户端配置

Windows

macOS

Android

iOS

⚙️ 配置与自定义

自定义订阅目录

fetcher = GetSubscribe(subscribe_dir="/path/to/your/subs")
fetcher.run()

仅检查(不保存文件)

fetcher = GetSubscribe(check_only=True)
fetcher.run()

与 cron 配合(Linux/macOS)定时运行

# 每 12 小时自动更新
crontab -e
# 添加:
0 */12 * * * /usr/local/bin/get-subscribe >> /var/log/subscribe.log 2>&1

GitHub Actions 自动部署

Fork 后开启 Actions,.github/workflows/ 中已包含定时任务配置。

🛠️ 开发

# 安装开发依赖
pip install -e ".[dev]"

# 构建发布包
python -m build

# 上传 PyPI(需配置 token)
twine upload dist/*

📝 License

MIT License · adminlove520

Keywords

vpn

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts