Wrapper around the Satisfactory Dedicated Server HTTP API
Project description
➡️ Method References ⬅️
Satisfactory Dedicated Server HTTP API Python wrapper
pip install pyfactorybridge
Overview
This is a Python wrapper for the Satisfactory Dedicated Server HTTP API. It is designed to make it easier to interact with the API and to provide a more Pythonic interface.
Features
Direct 1:1 implementation to the offical documentation. All API endpoints supported. No need to manually construct URLs or handle HTTP requests. Easy to use and understand.
Demo
All methods are documented in the methods.md file.
from pyfactorybridge import API
from pyfactorybridge.exceptions import SaveGameFailed
# Authenticate with the password... (not recommended)
# satisfactory = API(address="XXXX:7777", password="XXXX")
# Or with the token...
satisfactory = API(address="XXXX:7777", token="XXXX")
try:
satisfactory.save_game(SaveName="Test")
except SaveGameFailed as error:
print("Could not save game!")
print(satisfactory.get_server_options())
satisfactory.shutdown()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 pyfactorybridge-1.0.0.tar.gz.
File metadata
- Download URL: pyfactorybridge-1.0.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef6e2eedf273742892282bda5f5e45fef85186376a54bdb3377002929bd4ec71
|
|
| MD5 |
83c7c12a8eed3becf53ebd2e96f42039
|
|
| BLAKE2b-256 |
6df53571b0ac78e175e54b7ea5085a639194b6636574d30a1203a37b3048c164
|
File details
Details for the file pyfactorybridge-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pyfactorybridge-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8c4a400ac0641960b71643c9cafd9a8f0cda25f2f77681a992b30f5853d8a2e
|
|
| MD5 |
f6abbe81cf565b7ac98997c9b8adddbc
|
|
| BLAKE2b-256 |
34a4bc2d824941d5044d1828b9a9454a72b23e152c7358007d95b3858bb63856
|