文件名称:pywot:一个为 Wargaming.net 的 World of Tanks API 提供 Python 接口的库
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-28 01:20:45
Python
PyWOT:Python World of Tanks API Wrapper 一个为 Wargaming.net 的 World of Tanks API 提供 Python 接口的库。 要使用此 API,您必须在注册为开发人员并免费添加应用程序。 然后,您将获得一个应用程序 ID,您将在进行 API 调用时使用该 ID。 在此版本中,API 仅适用于北美服务器。 所有结果都作为 JSON 文档返回。 安装 PyWOT 适用于 Python 2.6 和 Python 2.7。 使用pip安装: $ pip install pywot 用法 获得应用程序 ID 后,您可以使用它来实例化各种类(Tankopedia、Player、Rating、Vehicles)的新实例。 以下将获得游戏中所有坦克的列表: >>> from pywot.tankopedia import Tank
【文件预览】:
pywot-master
----.travis.yml(123B)
----README.rst(3KB)
----MANIFEST(162B)
----LICENSE(11KB)
----pywot()
--------tankopedia.py(2KB)
--------player.py(2KB)
--------rating.py(1KB)
--------__init__.py(0B)
--------vehicle.py(680B)
--------api.py(702B)
----dist()
--------pywot-v1.0.tar.gz(2KB)
----setup.cfg(38B)
----setup.py(447B)
----.gitignore(28B)
----build()
--------lib.linux-x86_64-2.7()