Skip to main content

PUBG API client

Project description

PUBG Api Client

How to use?

Install the pubg-client package

pip install pubg-client

Example snippet

import os

from pubg import PubgClient

YOUR_TOKEN = 'your pubg token'

pubg = PubgClient(token=YOUR_TOKEN)


_names = [
    'Cafeteira'
]

players = pubg.players().list_by_names(names=_names)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pubg-api-0.0.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pubg_api-0.0.2-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page