Open-source Dropbox client for macOS and Linux
Go to file
2018-11-26 17:41:23 +00:00
sisyphosdbx renamed directory 2018-11-26 17:41:23 +00:00
.gitattributes Initial commit 2018-11-26 15:50:02 +00:00
.gitignore Update .gitignore 2018-11-26 15:52:32 +00:00
cmdline_client.py Initial commit 2018-11-26 15:50:02 +00:00
LICENSE.txt Initial commit 2018-11-26 15:50:02 +00:00
README.md renamed directory 2018-11-26 17:41:23 +00:00
requirements.txt renamed directory 2018-11-26 17:41:23 +00:00
setup.py renamed directory 2018-11-26 17:41:23 +00:00

SisyphosDBX

Open-source Dropbox 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.

Installation

Download and install the package by running

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

in the command line.