pubg-api 0.0.2

Last updated:

0 purchases

pubg-api 0.0.2 Image
pubg-api 0.0.2 Images
Add to Cart

Description:

pubgapi 0.0.2

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)

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.