Skip to main content

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

pyfactorybridge-1.0.1.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyfactorybridge-1.0.1-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file pyfactorybridge-1.0.1.tar.gz.

File metadata

  • Download URL: pyfactorybridge-1.0.1.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

Hashes for pyfactorybridge-1.0.1.tar.gz
Algorithm Hash digest
SHA256 137856d881d956ef2bfdab98178b446578272a9a2744c9c4fdccc23bb4b139b0
MD5 280ac196052542d38e86efdde58d8323
BLAKE2b-256 6651d1aa5572cc7b7a0faac4d05894aaf35f380493bfdab4173a727fa231ca24

See more details on using hashes here.

File details

Details for the file pyfactorybridge-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: pyfactorybridge-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.4 Windows/11

File hashes

Hashes for pyfactorybridge-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a3e0f6100565354d309cfe1a088f54fb7ed431249dff0483cac396a24a546d0f
MD5 11adf0ef0de6ce3e6c3513464feee81c
BLAKE2b-256 1ca5925ee0cce2397cd5cfce122518d7b0a2dc75a5cb8fb34b6c4c8cd6bf1577

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page