For uploading files to SendSpace from command line.
Project description
# Pre-requisites
[Create a Sendspace account](https://www.sendspace.com/register.html), [log in](https://www.sendspace.com/login.html)
[Create a Sendspace API key](https://www.sendspace.com/dev_apikeys.html)
Create a YAML file at ~/.sendspace-api like so:
`yaml 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:
`sh chmod 0600 ~/.sendspace-api`. `
# Installation
Use pip:
`sh pip install sendspace-cli `
# Usage
`sh sendspace FILE `
Output is the URI to the page on SendSpace for download.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.