文件名称:mod.io:用于mod.io API的python包装器
文件大小:764KB
文件格式:ZIP
更新时间:2024-05-28 09:29:52
python api wrapper modio Python
模 Python中mod.io API的包装器。 寻找异步包装器? 基本范例 import modio client = modio . Client ( api_key = "your api key here" , auth = "your o auth 2 token here" ) game = client . get_game ( 345 ) #gets the game with id 345 print ( game . name ) #prints the name of the game mod = game . get_mod ( 231 ) #gets the mod for that game with id 231 如何安装 pip install -U git+git://github.com/ClementJ18/mod.io.git@0.3 获取OAu
【文件预览】:
mod.io-master
----requirements.txt(83B)
----examples()
--------filter.py(950B)
--------newfile.py(476B)
--------newmod.py(729B)
--------oauth2.py(545B)
----LICENSE(1KB)
----test()
--------test_client.py(843B)
--------test_async_objects.py(4KB)
--------test_async_mod.py(4KB)
--------test_sync.py(486B)
--------utils.py(91B)
--------test_objects.py(3KB)
--------test_main.py(866B)
--------__init__.py(0B)
--------media()
--------test_mod.py(4KB)
--------test_game.py(3KB)
--------test_async_client.py(962B)
--------files()
--------test_async_game.py(3KB)
--------test_async.py(534B)
----setup.py(664B)
----README.md(2KB)
----async_modio()
--------objects.py(36KB)
--------utils.py(5KB)
--------mod.py(27KB)
--------errors.py(2KB)
--------__init__.py(217B)
--------game.py(16KB)
--------enums.py(5KB)
--------client.py(17KB)
----modio()
--------objects.py(36KB)
--------utils.py(5KB)
--------mod.py(26KB)
--------errors.py(2KB)
--------__init__.py(217B)
--------game.py(16KB)
--------enums.py(5KB)
--------client.py(17KB)
----docs()
--------source()
--------make.bat(756B)
--------Makefile(584B)
----.readthedocs.yml(72B)
----.gitignore(40B)