https://github.com/yanghao5/sb-converter
https://github.com/yanghao5/sb-converter
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanghao5/sb-converter
- Owner: yanghao5
- Created: 2025-04-13T15:15:37.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-24T10:22:17.000Z (about 1 month ago)
- Last Synced: 2025-04-24T11:29:46.357Z (about 1 month ago)
- Language: Python
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sb-converter
## Action
- `convert`: convert subscribe format mihomo to sing-box by hand
- `update`: Check if the template and proxies need updating## Usage (handy)
```
export PROXIES=[xxxx,xxxx]sudo apt-get install python3.11-venv
python3 -m venv ~/myenv
source ~/myenv/bin/activate```