{"id":19603505,"url":"https://github.com/singer-io/tap-harvest","last_synced_at":"2025-04-27T18:30:56.619Z","repository":{"id":45854830,"uuid":"85842681","full_name":"singer-io/tap-harvest","owner":"singer-io","description":"A Singer tap for extracting data from the Harvest API","archived":false,"fork":false,"pushed_at":"2025-04-14T06:29:12.000Z","size":373,"stargazers_count":8,"open_issues_count":21,"forks_count":13,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-14T07:25:06.152Z","etag":null,"topics":["singer","tap"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/singer-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-03-22T15:11:09.000Z","updated_at":"2024-09-03T10:25:25.000Z","dependencies_parsed_at":"2024-11-11T09:32:25.526Z","dependency_job_id":"f02fedf3-ddcb-482f-a054-004839268de5","html_url":"https://github.com/singer-io/tap-harvest","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singer-io%2Ftap-harvest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singer-io%2Ftap-harvest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singer-io%2Ftap-harvest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singer-io%2Ftap-harvest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singer-io","download_url":"https://codeload.github.com/singer-io/tap-harvest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251186992,"owners_count":21549571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["singer","tap"],"created_at":"2024-11-11T09:29:53.021Z","updated_at":"2025-04-27T18:30:56.401Z","avatar_url":"https://github.com/singer-io.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tap-harvest\n\nA singer.io tap for extracting data from the Harvest REST API, written in python 3.\n\nAPI V1 Author: Jordan Ryan (jordan@facetinteractive.com)\nAPI V2 Author: Steven Hernandez (steven.hernandez@fostermade.co)\n\n## Quick start\n\n1. Install\n\n    Clone this repository, and then install using setup.py. We recommend using a virtualenv:\n\n    ```bash\n    \u003e virtualenv -p python3 venv\n    \u003e source venv/bin/activate\n    \u003e python setup.py install\n    ```\n\n2. Create your tap's config file which should look like the following:\n\n    ```json\n    {\n        \"client_id\": \"OAUTH_CLIENT_ID\",\n        \"client_secret\": \"OAUTH_CLIENT_SECRET\",\n        \"refresh_token\": \"YOUR_OAUTH_REFRESH_TOKEN\",\n        \"start_date\": \"2017-04-19T13:37:30Z\",\n        \"user_agent\": \"MyApp (your.email@example.com)\",\n        \"request_timeout\": 300\n    }\n    ```\n\n3. [Optional] Create the initial state file\n\n    ```json\n    {\n        \"clients\": \"2000-01-01T00:00:00Z\",\n        \"contacts\": \"2000-01-01T00:00:00Z\",\n        \"estimate_item_categories\": \"2000-01-01T00:00:00Z\",\n        \"estimate_messages\": \"2000-01-01T00:00:00Z\",\n        \"estimates\": \"2000-01-01T00:00:00Z\",\n        \"expense_categories\": \"2000-01-01T00:00:00Z\",\n        \"expenses\": \"2000-01-01T00:00:00Z\",\n        \"invoice_item_categories\": \"2000-01-01T00:00:00Z\",\n        \"invoice_messages\": \"2000-01-01T00:00:00Z\",\n        \"invoice_payments\": \"2000-01-01T00:00:00Z\",\n        \"invoices\": \"2000-01-01T00:00:00Z\",\n        \"project_tasks\": \"2000-01-01T00:00:00Z\",\n        \"project_users\": \"2000-01-01T00:00:00Z\",\n        \"projects\": \"2000-01-01T00:00:00Z\",\n        \"roles\": \"2000-01-01T00:00:00Z\",\n        \"tasks\": \"2000-01-01T00:00:00Z\",\n        \"time_entries\": \"2000-01-01T00:00:00Z\",\n        \"user_projects\": \"2000-01-01T00:00:00Z\",\n        \"users\": \"2000-01-01T00:00:00Z\"\n    }\n    ```\n\n4. Run the application\n\n    `tap-harvest` can be run with:\n\n    ```bash\n    tap-harvest --config config.json [--state state.json]\n    ```\n\n---\n\nCopyright \u0026copy; 2017 Stitch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinger-io%2Ftap-harvest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinger-io%2Ftap-harvest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinger-io%2Ftap-harvest/lists"}