tq is a wrapper around the Tessitura API that reads JSON-formatted data and executes a series of API calls to Tessitura. It internally handles authentication and batch/concurrent processing so that humans like you (or bots or scripts) can focus on the data and not the intricacies of the Tessitura API.
Full documentation can be found at skysyzygy.xyz/tq
Download the latest release from the releases page!
The only prerequisite to building tq is installing go.
Then clone this repository and build:
git clone github.com/skysyzygy/tq
cd tq
go build -o bin/tq .
The build command will create an executable file tq
or tq.exe
in the bin
project directory.