Harvest is cloud-based time-tracking software. The Singer Harvest tap pulls data out of Harvest and delivers data in a standard, JSON-based format.
Supports the extraction of individual data streams and fields
Python
Installing and running the Harvest tap is easy. Check the repository for specific setup steps.
View the repo →
$ Clone the repository, then install using setup.py in a virtualenv:
```
> virtualenv -p python3 venv
> source venv/bin/activate
> python setup.py install
```
Singer targets can consume data from the Harvest tap and do something with it, like load it into a file, API or database.
Stitch can run the Singer Harvest tap on a schedule you define. Take advantage of Stitch's automatic infrastructure scaling, error alerting, and more—no code required.