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. Most API endpoints supported (bar downloading & uploading saves, and some other ways of authenticating). 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

satisfactory = API(address="XXXX:7777", password="XXXX")

try:
    satisfactory.save_game(SaveName="Test")
except SaveGameFailed as error:
    print("Could not save game!")

print(satisfactory.get_server_options())

satisfactory.shutdown()

ToDo

  • Update documentation to reflect error exceptions
  • Add support for more authentication methods
  • Implement more logging and catch request errors
  • Add support for SSL certifications to avoid using verify=false
  • Add support for downloading and uploading games

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-0.1.1.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

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

pyfactorybridge-0.1.1-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyfactorybridge-0.1.1.tar.gz
  • Upload date:
  • Size: 4.4 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-0.1.1.tar.gz
Algorithm Hash digest
SHA256 25f297f5d82163794cb26efe11b630b76fe9cc0c518c083edb1d82fde8919f7f
MD5 1ac788f68ace3c47ba3d46f3fe414e42
BLAKE2b-256 cd1ce9e6aaa993df60a058ab7d15f1365ed64b64c03c00103595b371bb87c808

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfactorybridge-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 5.4 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-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 37746333e4462821dc6afd8b450c4762b23c6027affe88e80e12df15fb9435bc
MD5 6f6ec3862bcd24583e4a521b40241b8f
BLAKE2b-256 778078c0f98679fe6066a9e60cb28a6a6e6d9fd081e529379fc25d54740acce2

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