toxicsoftware.com

RANDOMIZE USR 0

toxicsoftware.com header image 4

Run Python Script: Amazon S3 Uploader

December 14th, 2007 · 4 Comments · Default

To help illustrate the usefulness of the “Run Python Script” Automator Action I blogged about in my previous post, here’s an action that will upload files to the Amazon S3 Web Service. The script is pure Python and uses the extremely cool boto Python module to interact with Amazon web services. The script is really [...]

[Read more →]

Tags:·····

Run Python Script

December 14th, 2007 · 13 Comments · Default

I’ve written an Automator action that allows you to write python scripts directly inside your Automator workflow.

“Run Python Script” Automator action (catchy title) is written using Python and PyObjC (now built-in to Mac OS X 10.5). Apple already provides “Run AppleScript” and “Run Shell Script” actions with Automator which give Automator a high degree of [...]

[Read more →]

Tags:·····