What's new? | Help | Directory | Sign in
Google
tarpipe-python
TarPipe API library (Python)
  
  
  
  
    
Links:
Blogs:
Join project
Project owners:
  alcidesfonseca

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")