Skip to content

leiyaocui/dropbox_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Dropbox Downloader

Download files from a shared dropbox folder link.

Requirements

  1. Install Python packages (verified on Python 3.10).
pip install dropbox
  1. Get the app key and the app secret from this link.

Usage

python dropbox_downloader.py --app-key APP_KEY --app-secret APP_SECRET [--retry RETRY] --link LINK --save-dir SAVE_DIR

args:
  --app-key APP_KEY     App key (see https://www.dropbox.com/developers/apps)
  --app-secret APP_SECRET
                        App secret (see https://www.dropbox.com/developers/apps)
  --retry RETRY         Number of retries for download
  --link LINK           Shared folder link to download from Dropbox
  --save-dir SAVE_DIR   Local directory to save files

Features

  • Check integrity
  • Skip existing files
  • Auto refresh access token

TODO

  • Recursively download subfolders

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages