-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daf8abe
commit ddc1f55
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Clone-Wars-2.0 | ||
Pull project from github or download zip then install all the dependency from requirements.txt and run file_download_from_dropbox.py as scheduler(cron job in linux) and file_upload_to_dropbox.py as background process(daemon) | ||
In this project i am syncing dropbox with local directory.file_download_from_dropbox.py will download files from dropbox and file_upload_to_dropbox.py will sync local folder to dropbox. |