An open API service indexing awesome lists of open source software.

https://github.com/yanghao5/sb-converter


https://github.com/yanghao5/sb-converter

Last synced: 27 days ago
JSON representation

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

```