Skip to content

Basic program for copy local folder and files to dropbox

Notifications You must be signed in to change notification settings

lpirir/copy2dropbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copy2Dropbox

Basic program for copy local folder and files to dropbox.

Installation

Copy2Dropbox requires python 3.5+.

Clone the project.

$ git clone https://github.com/jose-arita/copy2dropbox.git
$ cd copy2dropbox

Create and activate python virtual environment and then install requirements.

(env)$ pip install -r requirements.txt

Copy .env.example file.

$ cp .env.example .env

Edit .env file.

DROPBOX_TOKEN=my_dropbox_token
LOCAL_DIR=/my/local/folder/path
DROPBOX_DIR=/my/destination/dropbox/folder
#set on for show proccess logs otherwise off
DEBUG=on

*Obtain dropbox token instructions here.

Now run the program.

(env)$ python copy2dropbox.py

License

MIT

About

Basic program for copy local folder and files to dropbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%