https://github.com/zhou-shilin/baimomcsmanager-api-doc
API Document for MCSManager API
https://github.com/zhou-shilin/baimomcsmanager-api-doc
docs documentation gitbook mcsmanager
Last synced: 5 months ago
JSON representation
API Document for MCSManager API
- Host: GitHub
- URL: https://github.com/zhou-shilin/baimomcsmanager-api-doc
- Owner: Zhou-Shilin
- Created: 2023-07-24T00:10:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T00:28:30.000Z (almost 3 years ago)
- Last Synced: 2025-05-29T10:14:55.529Z (about 1 year ago)
- Topics: docs, documentation, gitbook, mcsmanager
- Homepage: https://docs.baimoqilin.top/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
description: README.md
---
# 欢迎
## [BaimoMCSManager API for `Python`](https://github.com/Zhou-Shilin/BaimoMCSManager-API)
[](https://github.com/Zhou-Shilin/BaimoMCSManager-API/pulls) [](https://camo.githubusercontent.com/5114e4ff0e70c77bf856337f68a67d111c616b65a1437e6cc12974c30122236d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537570706f72742d4d43534d5f392e392e302d626c7565) [](https://camo.githubusercontent.com/e1a2bb78aa1395f365097731dc5e9203a428985a86ff0e8f54c8c4c84b4935ad/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4170616368652d726564)\
这是一个适用于Python语言的第三方库,让你在Python中更方便地调用[MCSM-API ](https://docs.mcsmanager.com/#/zh-cn/apis/readme)管理你的服务器。
这个项目仍在开发中,仅支持部分功能。
当前进展:
* [x] 面板通用设置 ( `common.py`)
* [x] 应用实例管理 (`applications.py`)
* [x] 多用户管理 (`auth.py`)
* [ ] 实例文件管理 (`files.py`)
* [ ] 计划任务管理 (`plans.py`)
* [ ] 守护进程管理 ( `remote_service.py`)
使用pip安装最新版本:
```bash
pip install baimomcsm_api
```
从旧版本更新到最新版本:
```bash
pip install baimomcsm_api --upgrade
```