m4lf0rm3d / GSpace

GSpace is an efficient and unified solution for synchronizing files across multiple devices using the power of Google Drive APIs. While Google Drive offers a desktop application for file synchronization, GSpace extends this capability to Android and Linux platforms, providing a seamless experience for users across diverse environments.
MIT License
1 stars 2 forks source link
google-api google-drive google-drive-api google-drive-api-python google-drive-api-v3 google-drive-cli google-drive-clone google-drive-sync google-drive-uploader sync sync-data

GSpace: Seamless Cross-Platform File Synchronization with Google Drive

License GitHub issues GitHub stars

Overview

GSpace is an efficient and unified solution for synchronizing files across multiple devices using the power of Google Drive APIs. While Google Drive offers a desktop application for file synchronization, GSpace extends this capability to Android and Linux platforms, providing a seamless experience for users across diverse environments.

Features

Getting Started

  1. Clone the repository: git clone https://github.com/m4lf0rm3d/GSpace.git
  2. Navigate to the project directory: cd GSpace
  3. Install dependencies: pip install -r requirements.txt
  4. Enable Google Drive API for your account and download the credentials JSON file. Provide the file path in settings.conf.
  5. Customize other settings in settings.conf according to your preferences.
  6. Run GSpace with the desired command: python3 GSpace.py <command>

    • Commands:
      • fetch: See changes considering the main is Google Drive.
      • push: Push local filesystem changes to Google Drive.
      • pull: Pull changes from Google Drive to the local file system.
      • sync: Perform a pull followed by a push.

Command Line Usage

Contributions and Issues

Contributions to GSpace are welcome! If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository. Feel free to fork the project and submit pull requests to contribute to its development.

License

GSpace is licensed under the MIT License.