https://github.com/finnvoor/rackspace-upload-script
A python/automator script to upload an image to KrakenIO for compression and host it on Rackspace.
https://github.com/finnvoor/rackspace-upload-script
kraken-api rackspace
Last synced: about 2 months ago
JSON representation
A python/automator script to upload an image to KrakenIO for compression and host it on Rackspace.
- Host: GitHub
- URL: https://github.com/finnvoor/rackspace-upload-script
- Owner: finnvoor
- Created: 2018-08-23T00:22:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T00:32:08.000Z (almost 8 years ago)
- Last Synced: 2026-03-28T21:30:23.765Z (2 months ago)
- Topics: kraken-api, rackspace
- Language: Python
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rackspace-Upload-Script
A python/automator script to upload an image to [KrakenIO](https://kraken.io) for compression and host it on [Rackspace](https://www.rackspace.com).
### Usage
Intall the required modules:
pip install krakenio
pip install send2trash
Open Upload.workflow and replace the following lines:
KRAKEN_CLIENT_ID # Your Kraken API id
KRAKEN_CLIENT_SECRET # Your Kraken API secret
RACKSPACE_USERNAME # Your Rackspace username
RACKSPACE_KEY # Your Rackspace key
Move the automator action 'Upload.workflow' to Library/Services and right click any image, select 'Upload', and it will be uploaded to kraken to be compressed and hosted on your rackspace account.