Backend utilities for interacting with the Stumble Guys API.
Project description
StumbleUtils
A lightweight Python package for interacting with the Stumble Guys backend API.
Included Features
- Create or log in to Stumble Guys accounts
- Use helper methods such as
Backend.search("Player")to search usernames - Send custom
GET,POST,PUT, andDELETErequests to endpoints that are not directly wrapped by the utility
Example Login Script
from StumbleUtils import Backend
Backend.switchServer("live")
login = Backend.login("")
print(login)
Example Usage
from StumbleUtils import Backend
# Search for a player by username
result = Backend.search("Player")
print(result)
Installation
pip install StumbleUtils
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stumbleutils-2.0.1.tar.gz
(16.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stumbleutils-2.0.1.tar.gz.
File metadata
- Download URL: stumbleutils-2.0.1.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0b54f8b1e5db91d1b3de41a53ef9196f5c38283ed880658234c6bc536746933
|
|
| MD5 |
27ba0377eedbe2e06940ee0e948b4191
|
|
| BLAKE2b-256 |
0feabf366a4e39aa72cf6b026d331b0f10e11c9a5b7b5fe305006a871910fd7b
|
File details
Details for the file stumbleutils-2.0.1-py3-none-any.whl.
File metadata
- Download URL: stumbleutils-2.0.1-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a535f40ca212bbda55ee23453e37dace5be9b6239562a437be5e83788d70f59f
|
|
| MD5 |
43cbf7886c560dcf3425aa12f844e9f6
|
|
| BLAKE2b-256 |
75dd16a5468b96a33a3c548fd7d81d461d8af8d75c4f1029b291b09df26ca6f0
|