Giter Site home page Giter Site logo

zacharie410 / studio-cloud-sync Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 399 KB

Studio Cloud Sync is a Python script designed to simplify the management of .lua files from Roblox Studio within your local environment using the Roblox Engine Open Cloud APIs.

License: Apache License 2.0

Python 100.00%
lua roblox version-control

studio-cloud-sync's Introduction

Studio Cloud Sync: Simplifying Roblox Script Management

Studio Cloud Sync is a Python script designed to simplify the management of .luau files from Roblox Studio within your local environment using the Roblox Engine Open Cloud APIs. With Studio Cloud Sync, developers can seamlessly synchronize their local workspace with the cloud, enabling efficient version control and collaboration on Roblox experiences.

Example Screenshot

Getting Started

Prerequisites

  • Python installed on your local machine.
  • Roblox Studio installed.

Setup

  • Clone Repository: Ensure you have cloned the Studio Cloud Sync repository to your local machine.
  • API Key: Obtain your API key from Roblox by following the instructions in the Roblox documentation.

Creating the .env File

  1. In the root directory of your Studio Cloud Sync project, create a file named .env. This file will store your environment-specific settings, such as your API key, Roblox universe ID, and place ID.

  2. Use the .env.template as a reference to add the necessary entries to your .env file:

    API_KEY="your_roblox_api_key_here"
    UNIVERSE_ID="your_universe_id_here"
    PLACE_ID="your_place_id_here"
    

    Replace the placeholder values with your actual Roblox API key, Universe ID, and Place ID.

Preventing .env Leaks with .gitignore

Ensure your .env file is not accidentally committed to version control:

  1. Open or create a .gitignore file in the root directory of your project.
  2. Add .env to the .gitignore file to instruct Git to ignore it.

Sharing .env Configurations Securely

  1. Create a Shared Configuration Template: Copy your .env file, name it .env.example or .env.template, and remove or obfuscate any sensitive values.
  2. Use Secure Sharing Methods: Share the template directly with colleagues through secure channels.

Usage

Studio Cloud Sync can be used with the following command-line arguments:

python scs.py -pull     # Pull and update local .lua files
python scs.py -push     # Push local changes to the Roblox platform
python scs.py -monitor  # Monitor local changes and push updates automatically

Features

  • Cloud-based Lua File Management: Manage .lua files directly from Roblox Studio using the Roblox Engine Open Cloud APIs.
  • Local Workspace Integration: Sync your local environment with the cloud for consistency and accessibility across platforms.
  • Version Control: Track changes to your .lua files with a version history.
  • Automatic Synchronization: Monitor local changes and automatically push updates to Roblox.

Future Planned Features

  • CLI Distributable (.exe)
  • UI App Version
  • Full Multi-OS Support

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Acknowledgments

Thanks to the Roblox Engine Open Cloud APIs team and the Rojo team for their open-source contributions that inspire Studio Cloud Sync.

studio-cloud-sync's People

Contributors

zacharie410 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.