back to home

tindy2013 / subconverter

Utility to convert between various subscription format

16,090 stars
3,678 forks
253 issues
C++Go TemplateCMake

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing tindy2013/subconverter in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/tindy2013/subconverter)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

subconverter Utility to convert between various proxy subscription formats. Docker README 中文文档 • subconverter • Supported Types • Quick Usage • Access Interface • Description • Advanced Usage • Auto Upload Supported Types | Type | As Source | As Target | Target Name | | ------------ | :--------: | :----------: | ----------- | | Clash | ✓ | ✓ | clash | | ClashR | ✓ | ✓ | clashr | | Quantumult | ✓ | ✓ | quan | | Quantumult X | ✓ | ✓ | quanx | | Loon | ✓ | ✓ | loon | | SS (SIP002) | ✓ | ✓ | ss | | SS Android | ✓ | ✓ | sssub | | SSD | ✓ | ✓ | ssd | | SSR | ✓ | ✓ | ssr | | Surfboard | ✓ | ✓ | surfboard | | Surge 2 | ✓ | ✓ | surge&ver=2 | | Surge 3 | ✓ | ✓ | surge&ver=3 | | Surge 4 | ✓ | ✓ | surge&ver=4 | | V2Ray | ✓ | ✓ | v2ray | | Telegram-liked HTTP/Socks 5 links | ✓ | × | Only as source | Notice: • Shadowrocket users should use , or as target. • You can add to Telegram-liked HTTP/Socks 5 links to set a remark for this node. For example: • tg://http?server=1.2.3.4&port=233&user=user&pass=pass&remark=Example • https://t.me/http?server=1.2.3.4&port=233&user=user&pass=pass&remark=Example --- Quick Usage > Using default groups and rulesets configuration directly, without changing any settings Access Interface Description | Argument | Required | Example | Description | | -------- | :------: | :------ | ----------- | | target | Yes | clash | Target subscription type. Acquire from Target Name in Supported Types. | | url | Yes | https%3A%2F%2Fwww.xxx.com | Subscription to convert. Supports URLs and file paths. Process with URLEncode first. | | config | No | https%3A%2F%2Fwww.xxx.com | External configuration file path. Supports URLs and file paths. Process with URLEncode first. More examples can be found in this repository. | If you need to merge two or more subscription, you should join them with '|' before the URLEncode process. Example: --- Advanced Usage Please refer to 中文文档. Auto Upload > Upload Gist automatically Add a Personal Access Token into gistconf.ini in the root directory, then add to the local subscription link, then when you access this link, the program will automatically update the content to Gist repository. Example: