登录 注册
当前位置:主页 > 资源下载 > 49 > pywot:一个为 Wargaming.net 的 World of Tanks API 提供 Python 接口的库下载

pywot:一个为 Wargaming.net 的 World of Tanks API 提供 Python 接口的库下载

  • 更新:2024-12-19 09:41:02
  • 大小:16KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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