sendspace-cli

For uploading files to SendSpace from command line.


License
Other
Install
pip install sendspace-cli==0.1.3

Documentation

Pre-requisites

  1. Create a Sendspace account, log in

  2. Create a Sendspace API key

  3. Create a YAML file at ~/.sendspace-api like so:

    api_key: my_api_key
    username: my_sendspace_username
    password: my-sendspace-password

Because this file contains sensitive information, be sure to lock who can read this file with chmod or your favourite tool:

chmod 0600 ~/.sendspace-api`.

Installation

Use pip:

pip install sendspace-cli

Usage

sendspace FILE

Output is the URI to the page on SendSpace for download.