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: 8 months ago
JSON representation
Pixel Strike 3D API in Python.
- Host: GitHub
- URL: https://github.com/tonicboomerkewl/pixel-strike-3d-api
- Owner: TonicBoomerKewl
- Archived: true
- Created: 2021-07-31T11:43:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T07:07:08.000Z (over 4 years ago)
- Last Synced: 2024-09-29T17:01:39.738Z (over 1 year ago)
- Topics: 3, 3d, a, api, aws, d, i, p, pixel, playfab, ps3d, py, python, s, strike, tonic
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)**.