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.1.0.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.1.0.tar.gz.
File metadata
- Download URL: stumbleutils-2.1.0.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 |
949fd759ec7227d15e83884148e0bd1d4bc0055e1479ce809f9117f559f9659b
|
|
| MD5 |
8e6e428e2e070d443c7aab244cc16956
|
|
| BLAKE2b-256 |
972557c09683f39d2b644e3f89889325b00052a4f8a2af2b0c8e782c2e10300f
|
File details
Details for the file stumbleutils-2.1.0-py3-none-any.whl.
File metadata
- Download URL: stumbleutils-2.1.0-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 |
b26aa0ce7d1beaf2c57fbd8e9e4954c0351f5f4731673db7f2046d0f0dded4a9
|
|
| MD5 |
a7feea9acb646e8b1133322ab9bc9655
|
|
| BLAKE2b-256 |
ea35189e7309402dd75b2425e2eb4cc8a39d8fa5a41a738783f390efb3f4e552
|