文件名称:mcapi:Python 我的世界 api
文件大小:2KB
文件格式:ZIP
更新时间:2024-08-01 01:24:03
Python
安装 pip install git+git://github.com/Thezomg/mcapi.git 例子 from mcapi . profile import get_uuid profiles = get_uuid ( 'Deaygo' ) if profiles is not None and len ( profiles ) > 0 : print profiles [ 0 ][ 'id' ] from mcapi . profile import get_profile profile = get_profile ( '2413639c21d64ba7a43ec90933f543e3' ) if profile is not None : print profile [ 'name' ]
【文件预览】:
mcapi-master
----mcapi()
--------exceptions.py(39B)
--------profile.py(1KB)
--------__init__.py(0B)
----setup.py(236B)
----README.md(396B)
----.gitignore(53B)