/DropSync

A simple Dropbox CLI to download files and folders

Primary LanguageRubyMIT LicenseMIT

DropSync

A simple Dropbox client to download files and folders.

Installation

$ gem install DropSync

Usage

On your terminal, call:

$ dropsync access_token filename

The access token can be found at Dropbox Developers.

That's it :)

Developing and Contributing

To install this gem onto your local machine, run bundle exec rake install.

Bug reports and pull requests are welcome!

Next steps

  1. Error handling
  2. Tests