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

Latest commit

 

History

History
20 lines (16 loc) · 721 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 721 Bytes

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?