pubg-python:用于PUBG开发人员API的python包装器

时间:2021-04-30 15:06:43
【文件属性】:
文件名称:pubg-python:用于PUBG开发人员API的python包装器
文件大小:1.78MB
文件格式:ZIP
更新时间:2021-04-30 15:06:43
wrapper api-client api-wrapper pubg playerunknowns-battlegrounds Python 用于PUBG开发人员API的python包装器 安装 要安装包装器,只需使用pip pip install pubg-python 或pipenv pipenv install pubg-python 用法 指定分片 PUBG API按平台和地区对数据进行分片,因此,对于大多数请求,都需要在URL中指定一个分片。 from pubg_python import PUBG , Shard api = PUBG ( '' , Shard . PC_NA ) 碎片列表可在找到,包装常数可 样本 样本 比赛样本可以作为起点检索 sample = api . samples (). get () for match in sample . matches : print ( match . id ) 样品也可以按创建日期过滤 sample = api
【文件预览】:
pubg-python-master
----setup.py(1KB)
----.gitignore(174B)
----Dockerfile(128B)
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----.github()
--------workflows()
----README.md(10KB)
----tests()
--------season_playerids_response.json(6KB)
--------season_playerid_response.json(13KB)
--------test_weapon_mastery.py(1010B)
--------test_matches.py(1KB)
--------test_players.py(2KB)
--------__init__.py(0B)
--------test_telemetry_events.py(17KB)
--------samples_response.json(153KB)
--------weapon_mastery_response.json(36KB)
--------test_leaderboards.py(1KB)
--------test_endpoints_url.py(1KB)
--------season_response.json(4KB)
--------test_seasons.py(6KB)
--------players_response.json(54KB)
--------test_shards.py(3KB)
--------telemetry_response.json(19.25MB)
--------player_response.json(15KB)
--------leaderboard_response.json(297KB)
--------test_samples.py(1KB)
--------test_exceptions.py(3KB)
--------match_response.json(105KB)
--------test_telemetry.py(1KB)
----.coveragerc(161B)
----pubg_python()
--------domain()
--------__init__.py(207B)
--------base.py(3KB)
--------querysets.py(1KB)
--------mixins.py(3KB)
--------decorators.py(315B)
--------exceptions.py(2KB)
--------clients.py(1KB)
----requirements()
--------base.txt(43B)
--------test.txt(59B)
----AUTHORS(1KB)

网友评论