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