Skip to content
alcides edited this page Sep 13, 2010 · 3 revisions

The Python module to easily access TarPipe’s REST API.

Usage based on Andy Armstrong’s TarPipe.pm

To get you started:

easy_install tarpipe-python


import tarpipe

t = tarpipe.TarPipe(token="your workflow token")
t.upload(title="hello from python",body="testing TarPipe from Python",image="/Users/youruser/Images/test.png")
Clone this wiki locally