通过 Docker 更加快捷地部署python-openbmclapi (更支持一键跑路)。 🎉 新增功能! 仪表盘。我们使用了 Vue.js 和前端请求(axios)等功能使得新一代仪表盘界面更加简洁。 简介 本项目是 OpenBMCLAPI 的Python 版本,OpenBMCLAPI 是通过分布式集群帮助 BMCLAPI 进行文件分发、加速中国大陆 Minecraft 下载的公益项目。
通过 Docker 更加快捷地部署python-openbmclapi (更支持一键跑路)。 🎉 新增功能! WebDAV 支持。通过基于 Web 的分布式编写和版本控制(英语:Web-based Distributed Authoring and Versioning,缩写:WebDAV),用户可以协同编辑和管理存储在万维网服务器文件。 简介 本项目是 OpenBMCLAPI 的Python 版本,OpenBMCLAPI 是通过...
python-openbmclapi / poetry.lock poetry.lock 123.30 KB 一键复制 编辑 原始数据 按行查看 历史 SilianZ 提交于 7个月前 . feat: 建立数据库 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
Breadcrumbs python-openbmclapi / main.py Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 11 lines (10 loc) · 299 Bytes Raw import sys import core from core.i18n import locale if __name__ == "__main__": version = sys.ve...
✨Docker支持。通过 Docker 更加快捷地部署 python-openbmclapi(更支持一键跑路)。 🎉新增功能!仪表盘。我们使用了 Vue.js 和前端请求(axios)等功能使得新一代仪表盘界面更加简洁。 简介 本项目是OpenBMCLAPI的 Python 版本,OpenBMCLAPI 是通过分布式集群帮助BMCLAPI进行文件分发、加速中国大陆 Minecraft 下载的公益项...
Files master .github assets core i18n installer .gitignore CODE_OF_CONDUCT.md CONTRIBUTING.md Dockerfile LICENSE README.md crowdin.yml main.py poetry.lock pyproject.toml requirements.txtBreadcrumbs python-openbmclapi / crowdin.yml Latest commit...
Python OpenBMCLAPI Site Python OpenBMCLAPI的帮助文档。 此网站使用Docusaurus v3构建,Docusaurus 是一个静态网站生成器。 安装 $ yarn 本地开发 $ yarn start 此命令启动本地开发服务器并打开浏览器窗口。大多数更改都是实时更新的,你不需要重新启动服务器。
The Python version of OpenBMCLAPI. Contribute to xiao-k233/python-openbmclapi development by creating an account on GitHub.
API_VERSION:str="1.10.9" USER_AGENT:str=f"openbmclapi-cluster/{API_VERSION}python-openbmclapi/{VERSION}" BASE_URL:str=Config.get("advanced.url","https://openbmclapi.bangbang93.com/") BD_URL:str=BASE_URL.replace("openbmclapi","bd") Expand Down...
docker pull registry.cn-hangzhou.aliyuncs.com/silianz/python-openbmclapi:latest ``` 2. 创建容器: ```sh docker run -d \ -v ${/path/to/your/cache}:/opt/python-openbmclapi/bmclapi \ -e cluster.id=${cluster.id} \ -e cluster.secret=${cluster.secret} \ -e cluster.public_port=${clu...