Machine Learning
Systems Architect,
PhD Mathematician
The new Python 3.6 compatible package, chicken-dinner
, provides two modules for interfacing with the API:
chicken_dinner.PUBGCore
: low-level API wrapper that returns the raw JSON response from the PUBG API
chicken_dinner.PUBG
: high-level model-based API wrapper that returns class instances representing PUBG season, match, and player data
One of the models generated by the PUBG
class is for Telemetry
. The event-based representation of a PUBG match. The Telemetry
class provides a means to generate these visualizations, with many customization options. Check out the documentation for more details.
See the project on GitHub.