{"id":38498686,"url":"https://github.com/hotgluexyz/tap-procore","last_synced_at":"2026-01-17T05:57:25.345Z","repository":{"id":45539323,"uuid":"358348506","full_name":"hotgluexyz/tap-procore","owner":"hotgluexyz","description":"Singer.io tap for Procore","archived":false,"fork":false,"pushed_at":"2021-12-09T15:46:41.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-04T04:13:05.847Z","etag":null,"topics":["meltano","procore","singer-sdk","taps"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hotgluexyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-15T17:59:26.000Z","updated_at":"2021-12-09T15:46:19.000Z","dependencies_parsed_at":"2022-08-30T17:21:34.382Z","dependency_job_id":null,"html_url":"https://github.com/hotgluexyz/tap-procore","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/hotgluexyz/tap-procore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotgluexyz%2Ftap-procore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotgluexyz%2Ftap-procore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotgluexyz%2Ftap-procore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotgluexyz%2Ftap-procore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hotgluexyz","download_url":"https://codeload.github.com/hotgluexyz/tap-procore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotgluexyz%2Ftap-procore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28501351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["meltano","procore","singer-sdk","taps"],"created_at":"2026-01-17T05:57:25.290Z","updated_at":"2026-01-17T05:57:25.334Z","avatar_url":"https://github.com/hotgluexyz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tap-procore\n\n`tap-procore` is a Singer tap for procore.\n\nBuild with the [Singer SDK](https://gitlab.com/meltano/singer-sdk).\n\n## Installation\n\n- [ ] `Developer TODO:` Update the below as needed to correctly describe the install procedure. For instance, if you do not have a PyPi repo, or if you want users to directly install from your git repo, you can modify this step as appropriate.\n\n```bash\npipx install tap-procore\n```\n\n## Configuration\n\n### Accepted Config Options\n\n- [ ] `Developer TODO:` Provide a list of config options accepted by the tap.\n\nA full list of supported settings and capabilities for this\ntap is available by running:\n\n```bash\ntap-procore --about\n```\n\n### Source Authentication and Authorization\n\n- [ ] `Developer TODO:` If your tap requires special access on the source system, or any special authentication requirements, provide those here.\n\n## Usage\n\nYou can easily run `tap-procore` by itself or in a pipeline using [Meltano](www.meltano.com).\n\n### Executing the Tap Directly\n\n```bash\ntap-procore --version\ntap-procore --help\ntap-procore --config CONFIG --discover \u003e ./catalog.json\n```\n\n## Developer Resources\n\n- [ ] `Developer TODO:` As a first step, scan the entire project for the text \"`TODO:`\" and complete any recommended steps, deleting the \"TODO\" references once completed.\n\n### Initialize your Development Environment\n\n```bash\npipx install poetry\npoetry install\n```\n\n### Create and Run Tests\n\nCreate tests within the `tap_procore/tests` subfolder and\n  then run:\n\n```bash\npoetry run pytest\n```\n\nYou can also test the `tap-procore` CLI interface directly using `poetry run`:\n\n```bash\npoetry run tap-procore --help\n```\n\n### Testing with [Meltano](meltano.com)\n\n_**Note:** This tap will work in any Singer environment and does not require Meltano.\nExamples here are for convenience and to streamline end-to-end orchestration scenarios._\n\nYour project comes with a custom `meltano.yml` project file already created. Open the `meltano.yml` and follow any _\"TODO\"_ items listed in\nthe file.\n\nNext, install Meltano (if you haven't already) and any needed plugins:\n\n```bash\n# Install meltano\npipx install meltano\n# Initialize meltano within this directory\ncd tap-procore\nmeltano install\n```\n\nNow you can test and orchestrate using Meltano:\n\n```bash\n# Test invocation:\nmeltano invoke tap-procore --version\n# OR run a test `elt` pipeline:\nmeltano etl tap-procore target-jsonl\n```\n\n### Singer SDK Dev Guide\n\nSee the [dev guide](../../docs/dev_guide.md) for more instructions on how to use the Singer SDK to \ndevelop your own taps and targets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotgluexyz%2Ftap-procore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhotgluexyz%2Ftap-procore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotgluexyz%2Ftap-procore/lists"}