
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
get-subscribe
Advanced tools
免费机场 / 免费 VPN — 自动获取 Clash / V2Ray / Trojan / SSR 订阅链接,间隔 12 小时持续更新
.yml)、V2Ray 文本(.txt)pip install get-subscribe
get-subscribe # 一键运行
git clone https://github.com/adminlove520/get_subscribe.git
cd get_subscribe
pip install -e .
get-subscribe
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 小时自动更新,点击即可复制使用。
clash.yml,导入客户端使用fetcher = GetSubscribe(subscribe_dir="/path/to/your/subs")
fetcher.run()
fetcher = GetSubscribe(check_only=True)
fetcher.run()
# 每 12 小时自动更新
crontab -e
# 添加:
0 */12 * * * /usr/local/bin/get-subscribe >> /var/log/subscribe.log 2>&1
Fork 后开启 Actions,.github/workflows/ 中已包含定时任务配置。
# 安装开发依赖
pip install -e ".[dev]"
# 构建发布包
python -m build
# 上传 PyPI(需配置 token)
twine upload dist/*
MIT License · adminlove520
FAQs
免费机场/VPN 订阅自动获取工具 - Clash / V2Ray / Trojan / SSR 订阅链接自动抓取
We found that get-subscribe demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.