Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tonicboomerkewl/pixel-strike-3d-api
- Owner: TonicBoomerKewl
- Archived: true
- Created: 2021-07-31T11:43:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T07:07:08.000Z (over 2 years ago)
- Last Synced: 2024-09-28T17:01:35.668Z (about 1 month 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)**.