virtualenv --python=$(which python3.5) venvsource venv/bin/activatepip install tctalker
Configs can be served via json config file (check config.json.sample included within this repo)
Usage example following Pypi installation:
tctalker --verbose --conf config.json report_completed $taskid1 $taskid2 [...]tctalker --conf config.json cancel $taskid3tctalker --conf config.json rerun $taskid4