pubg-client

A python client for the PlayerUnknowns Battlegrounds API


Keywords
pubg, client, webclient, playerunknowns, battlegrounds, api
License
MIT
Install
pip install pubg-client==0.1.1

Documentation

pubg-client

A python client for the pubg API

travis pypi docs

Features:

  • Versioned API Endpoint and response payloads
  • Pagination Support

!DANGER!

This library is in alpha. I will try my utmost to not make backwards incompatible changes but it is possible that they will be necessary.

Installing

$ pip install pubg-client

Development

$ git clone https://github.com/huntcsg/pubg-client.git
$ cd pubg-client
$ ./utils/manage clean
$ ./utils/manage test
$ ./utils/manage docs
  1. All pull requests must pass the travis-ci builds
  2. All pull requests should include inline (docstring) documentation, updates to built documentation if applicable, and test coverage. This project aspires to be a 100% test coverage library.