https://github.com/lxhtt/locyanfrplib
A Python module for LoCyanFrp API, supports Python 3.6-3.10.
https://github.com/lxhtt/locyanfrplib
Last synced: about 2 months ago
JSON representation
A Python module for LoCyanFrp API, supports Python 3.6-3.10.
- Host: GitHub
- URL: https://github.com/lxhtt/locyanfrplib
- Owner: LxHTT
- License: mit
- Created: 2023-11-18T15:01:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T11:03:15.000Z (over 2 years ago)
- Last Synced: 2025-02-20T19:47:33.629Z (over 1 year ago)
- Language: Python
- Homepage: https://pypi.org/project/LoCyanFrpLib/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## LoCyanFrpLib
presented by LxHTT
这是一个封装了LoCyanFrp API的Python库。
### 安装
___
```command
pip install LoCyanFrpLib
```
### 开始使用
___
#### 导入
```python
import LCFLib
```
#### 设置是否绕过系统代理
```python
from LCFLib import BYPASS_SYSTEM_PROXY
BYPASS_SYSTEM_PROXY(True) # True为开启绕过, False不绕过
```
...
### 提示
API分v1(未完工)与v2,如`LCFLib.v2`