Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiopvilar/dropbox-downloader
Downloads all the files in the first level of a Dropbox folder
https://github.com/sergiopvilar/dropbox-downloader
Last synced: about 2 months ago
JSON representation
Downloads all the files in the first level of a Dropbox folder
- Host: GitHub
- URL: https://github.com/sergiopvilar/dropbox-downloader
- Owner: sergiopvilar
- Created: 2015-06-06T15:24:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T15:34:39.000Z (over 9 years ago)
- Last Synced: 2024-04-17T03:50:44.538Z (9 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dropbox Downloader
==================A simple script to download files in the first level of a dropbox directory.
Create a `settings.json` file to use this tool:
{
"app_key":{
"app_key":"KEY",
"app_secret":"SECRET"
},
"access_token":{
"oauth_token_secret":"TOKEN_SECRET",
"oauth_token":"TOKEN",
"uid":"UID"
},
"local_sync_dir":"/Users/sergiovilar/Desktop/torrents",
"remote_sync_dir":"/Torrents"
}