SSR_Subscriber
SSR_Subscriber copied to clipboard
Tool for auto-subscribe SSR and convert into config files.
SSR_Subscriber
English | 中文
TODO:
- [ ] Test connection intervals
- [x] Clean outdated config files
English
SSR_Subscriber is a tool which based on Python3 to fetch latest configurations from your subscribe website and convert them into config.json files. It is used to deploy latest servers on routers or other devices without GUI.
Feature
- Support multi subscriptions links
- Support keywords filter (such as save config files for those servers which remarks has a substring of
HKorNetflix) - Support Ping validity test
- Support auto-remove outdated config files
Usage
- Move
main.pyinto the root directory of your local programs - Modify subscribe links
- Execute and check if there are errors
中文
SSR_Subscriber 是一个基于 Python3 的小工具,用于自动从订阅服务器拉取服务器列表并存储至本地配置文件。它用于为路由等其它没有显示器的设施配置最新的服务器。
功能
- 支持多个订阅地址,为各订阅添加配置文件前缀
- 支持关键词筛选,例如筛选出名称含有
HK或Netflix的服务器 - 支持基于 Ping 的有效性检测
- 支持自动删除旧配置文件
使用方法
- 将
main.py移动至本地程序的根目录 - 修改订阅地址
- 执行并检查是否有异常输出