Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

TonicBoomerKewl/pixel-strike-3d-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Pixel Strike 3D API!

By: TonicBoomerKewl#8349!

  • Pixel Strike 3D API in Python.

Example API Usage:

  • Get Clan Leaderboards:
from ps3d_api import PS3D

# Fill in your information accordingly:
player = PS3D(playFabId="...", token="...", device_id="...")

print(player.get_leaderboards())

FAQ:

Is it Free to Use?

  • Yes!

How to get Token & PlayFabID & DeviceID?