jlwitthuhn / OpenCloudTools

Bobox
GNU General Public License v3.0
43 stars 0 forks source link

Open Cloud Tools

Open Cloud Tools is a desktop application for Windows and MacOS that allows you to interact with Roblox's Open Cloud API. Open Cloud Tools supports the Datastore, Ordered Datastore, and MessagingService APIs.

Icon by Roblox user Loominatrx.

Screenshots

Search Datastore View Versions Messaging

Features

Memory Store

Sorted maps are currently the only supported type of memory store data. Queue support coming soon.

Sorted Maps

Read data in order from a Memory Store Sorted Map. Write support coming soon.

Messaging Service

Send messages that your game servers can consume using MessagingService.

Datastore Operations

Store and retrieve data using Roblox's Datastores.

Basic Datastore Operations

Advanced Datastore Operations

Ordered Datastore Operations

Retrive data using Roblox's Datastores.

Creating an API Key

To create an API key, go to the Open Cloud API Keys page of the Roblox Creator Dashboard and click the "Create API Key" button.

Memory Store

No top-level memory store permissions are supported yet.

Sorted Map

These are self-explanatory:

OpenCloudTools does not currently use the write permission for anything.

Messaging Permissions (messaging-service)

The only permission available for Messaging is publish, which is required to send messages.

Datastore Permissions (universe-datastores)

The bare minimum permissions that the key will need to list and view entries are:

A read-only key can also optionally include:

The remaining permissions all allow modifying the datastore and you should give them out as needed:

Ordered Datastore Permissions (ordered-data-stores)

The only permissions that exist for Ordered Datastores are:

Building

A CMake build file is provided. This project requires C++17 to build.

Dependencies

This project depends on SQLite and Qt 5/6. A recent version of SQLite is bundled in this repository, you have to provide your own Qt.

Instructions on how Qt is built for the binary distributions are available in doc/building_qt.md.

Supported Platforms

This program can probably build and run on any platform that supports Qt 5 or 6, but has only been tested in the following configurations that are used to build the binary distributions:

Platform Qt Version Compiler
MacOS 6.6.3 XCode 13.2.1
Windows Qt5 5.15.14 Visual Studio 2022*
Windows Qt6 6.6.3 Visual Studio 2022

*For Qt5, OpenCloudTools itself is built with VS 2022, but Qt is built with VS 2019.

License

This program is available under the GPLv3 License. See the LICENSE file for the full text of this license.