Skip to content

fonfon/dropboxdownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Download a Dropbox folder

Quick and dirty download all files of a public dropbox folder. This script does not take care of subfolders, malevolent filenames or any existing files. I use it to download large public dropbox folders (that dropbox refuses to zip) without having a dropbox account.

Installation (for Linux)

git clone [email protected]:fonfon/dropboxdownload.git
cd dropboxdownload
pip install -r requirements.txt
sudo cp dropboxdownload.py /usr/local/bin/
sudo chmod a+x /usr/local/bin/dropboxdownload.py

Usage

dropboxdownload.py https://www.dropbox.com/sh/xxxx/yyyy/yourFolder

About

Download the content of a dropbox folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages