SkillAgentSearch skills...

V2raycli

Python CLI for V2Ray

Install / Use

/learn @narugo1992/V2raycli
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

v2raycli

PyPI PyPI - Python Version

Docs Deploy Code Test Package Release codecov

GitHub Org's stars GitHub stars GitHub forks GitHub commit activity GitHub issues GitHub pulls Contributors GitHub license

Python CLI for v2ray.

Quick Start

You can install v2raycli with PyPI

pip install v2raycli

or with source code

git clone https://github.com/narugo1992/v2raycli.git
cd v2raycli
pip install .

Then you need to download v2ray CLI from here

After that, we can start your local proxy service

# Use your own subscription url
export V2RAY_SUBSCRIPTION='https://jmssub.net/members/getsub.php?service=777777&id=4c646243-6c01-42f4-a4f1-eef212b2e659'
# Use your own v2ray binary executable
export V2RAY_BIN=./bin/v2ray

v2raycli list                  # List the sites in subscription
v2raycli run                   # Start the proxy (socks5 protocol, port 17777)
v2raycli run -P http -p 16384  # Start at port 16384 with http protocol
v2raycli run -R                # DO NOT ASK ME! Just randomly use one site
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks0

Languages

Python

Security Score

70/100

Audited on Nov 22, 2024

No findings