https://github.com/lxhtt/mefrplib
A Python module for ME Frp API, supports Python 3.6-3.10.
https://github.com/lxhtt/mefrplib
Last synced: 12 months ago
JSON representation
A Python module for ME Frp API, supports Python 3.6-3.10.
- Host: GitHub
- URL: https://github.com/lxhtt/mefrplib
- Owner: LxHTT
- License: mit
- Created: 2024-01-14T09:38:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T08:26:11.000Z (about 2 years ago)
- Last Synced: 2025-05-21T12:48:49.119Z (about 1 year ago)
- Language: Python
- Homepage: https://pypi.org/project/MEFrpLib
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## MEFrpLib
based on ME Frp API
presented by LxHTT
这是一个封装了ME Frp API的Python库。
### 安装
___
```bash
pip install MEFrpLib
```
### 开始使用
___
#### 导入
```python
from MEFrpLib import (
me_get_user_info,
me_user_get_sign_info,
me_user_sign,
me_refresh_user_token,
me_get_realname_status,
me_post_realname,
me_get_tunnel_list,
me_get_tunnel_config_node,
me_get_tunnel_config_id,
me_create_tunnel,
me_close_tunnel,
me_delete_tunnel,
me_get_tunnel_info,
me_node_list,
me_get_free_port,
me_reset_password,
me_login,
me_get_sponsor,
me_get_statistics,
me_register,
me_send_register_email,
me_forgot_password,
me_get_setting,
)
```