https://github.com/alchemicalkube/gofactory
API Library and CLI tool bundled for Satisfactory Dedicated Servers.
https://github.com/alchemicalkube/gofactory
satisfactory satisfactory-api
Last synced: 3 months ago
JSON representation
API Library and CLI tool bundled for Satisfactory Dedicated Servers.
- Host: GitHub
- URL: https://github.com/alchemicalkube/gofactory
- Owner: alchemicalkube
- License: gpl-3.0
- Created: 2025-06-02T11:46:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T16:34:51.000Z (12 months ago)
- Last Synced: 2026-01-13T18:47:58.343Z (5 months ago)
- Topics: satisfactory, satisfactory-api
- Language: Go
- Homepage:
- Size: 1.89 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GoFactory

GoFactory is a cross-platform CLI tool bundled with
an API client library to interact with your Satisfactory dedicated server HTTPS and Lightquery API.
## Current state
### API Client Library
- [x] Full integration with the Satisfactory v1 HTTPS API
- [ ] Full integration with the Satisfactory Lightquery API (In progress, almost finished)
- [x] Goroutine compatible (contexts)
- [x] Convenient helper functions
- [x] Strongly typed
The v1.0.0 API library has just been released. See: [API MD file](./API.md)
### CLI
- [ ] Full TUI
- [ ] Support for all API operations
- [ ] Server specific features
- Non-API export/import saves
- export/import blueprints
- export/import configs
- log reading
The cli tool will not manage mods because the [ficsit-cli](https://github.com/satisfactorymodding/ficsit-cli) tool is already available.