Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonicboomerkewl/pixel-strike-3d-api

Pixel Strike 3D API in Python.
https://github.com/tonicboomerkewl/pixel-strike-3d-api

3 3d a api aws d i p pixel playfab ps3d py python s strike tonic

Last synced: about 1 month ago
JSON representation

Pixel Strike 3D API in Python.

Awesome Lists containing this project

README

        

# Pixel Strike 3D API!
### By: **TonicBoomerKewl#8349**!
- Pixel Strike 3D API in Python.

# Example API Usage:
- Get Clan Leaderboards:
```python
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?
- Capture it using **[mitmproxy](https://mitmproxy.org/)** or **[HttpCanary](https://m.apkpure.com/httpcanary-%E2%80%94-http-sniffer-capture-analysis/com.guoshi.httpcanary)**.