Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 621 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 621 Bytes

dropbox-uploader

A simple Python script for file upload to the dropbox.

Requirements

  • Python >= 3.6

Installation

  • Clone the repository.

  • Install dependencies.

pip install -r requirements.txt
  • Add your ACCESS_TOKEN API.
  • Add your DEFAULT_DROPBOX_DIRECTORY
  • Add your DEFAULT_BACKUPS_DIRECTORY (folder where backups.sql or *.sql.gz are stored)

Usage

  • Send a file to the dropbox with the following command:
python uploader.py -f <FILE NAME> -d <DROPBOX DIRECTORY>

or

python uploader.py
  • View help usage with
python uploader.py -h