maestral/README.md
2018-11-27 21:23:00 +00:00

849 B

SisyphosDBX

Open-source Dropbox command line client for macOS and Linux

About

SisyphosDBX is an open-source Dropbox client written in Python. The project's main goal is to provide an open-source desktop Dropbox client for platforms that aren't supported. SisyphosDBX is script-based which makes it platform-independent. It's written using the Python SDK for Dropbox API v2.

IMPORTANT: SisyphosDBX doesn't have production status yet, so only 500 accounts can use the API keys. SisyphosDBX is still in beta status and may potentially result in loss of data. Only sync folders with non-essential files.

Installation

Download and install the package by running

$ pip git+https://github.com/SamSchott/sisyphosdbx

in the command line.

Dependencies

System:

  • Python >= 3.7
  • macOS or Linux

Python:

  • dropbox
  • watchdog