pubg-api 0.0.2

Creator: railscoder56

Last updated:

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.