Skip to main content

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

Project description

✈️ 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.yml Clash.Meta 适用于 Clash Verge / Clash for Windows / ClashX
v2ray.txt VLESS / 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

get_subscribe-1.0.0.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

get_subscribe-1.0.0-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

Details for the file get_subscribe-1.0.0.tar.gz.

File metadata

  • Download URL: get_subscribe-1.0.0.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for get_subscribe-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b98611ce24f908771af674de3028b56201f255a03dc0dbaabc9513ef8940772b
MD5 7b39557075d8762926f2b79ddc62e9bf
BLAKE2b-256 dac8edab60ddb381dc69293b4f20ed37ec76ea9ce86a55d016216d7aa96c6a03

See more details on using hashes here.

File details

Details for the file get_subscribe-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: get_subscribe-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 18.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for get_subscribe-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f9eeb985f397e5d50398a8082e20520991b6375756956d89b77966d0a211e0d2
MD5 580c7fbab7628a0ade475db9c6dd620f
BLAKE2b-256 e28c2c86006f0a965ffd29ca95ddb098c0deb95073777904fd809c4fec51c9c4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page