{"id":19746863,"url":"https://github.com/b-ryan/cookiecutter-singer-tap","last_synced_at":"2026-06-12T17:32:57.657Z","repository":{"id":142113105,"uuid":"102125455","full_name":"b-ryan/cookiecutter-singer-tap","owner":"b-ryan","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-29T16:07:41.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-21T17:03:09.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/b-ryan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-01T15:12:33.000Z","updated_at":"2017-09-01T15:12:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"f786abe4-31a3-481e-9cb9-cd27ff744c8a","html_url":"https://github.com/b-ryan/cookiecutter-singer-tap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/b-ryan/cookiecutter-singer-tap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-ryan%2Fcookiecutter-singer-tap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-ryan%2Fcookiecutter-singer-tap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-ryan%2Fcookiecutter-singer-tap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-ryan%2Fcookiecutter-singer-tap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b-ryan","download_url":"https://codeload.github.com/b-ryan/cookiecutter-singer-tap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-ryan%2Fcookiecutter-singer-tap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34256180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-12T02:16:04.895Z","updated_at":"2026-06-12T17:32:57.640Z","avatar_url":"https://github.com/b-ryan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cookiecutter-singer-tap\n\nA [cookiecutter](https://github.com/audreyr/cookiecutter) template for creating\n[Singer](https://github.com/singer-io) taps.\n\n## Usage\n\nThe best way to demonstrate creating your tap structure is with an example.\nBelow I will initialize the \"tap-foobar\" project:\n\n```bash\n$ pip install cookiecutter\n$ # the next command will ask for some input:\n$ cookiecutter https://github.com/b-ryan/cookiecutter-singer-tap.git\nproject_name [tap-zendesk-chat]: tap-foobar\npackage_name [tap_foobar]:\n$ # For the package_name, I just hit enter since tap_foobar is what I wanted\n$ cd tap-foobar\n```\n\nNow that the project exists, you can make a virtualenv and invoke the tap:\n\n```bash\n$ mkvirtualenv -p $(which python3) tap-foobar\n...\n$ ./setup.py develop\n...\n$ tap-foobar\nusage: tap-foobar [-h] -c CONFIG [-s STATE] [-p PROPERTIES]\n                  [--catalog CATALOG] [-d]\ntap-foobar: error: the following arguments are required: -c/--config\n```\n\nNow you build the tap!\n\n## Example Taps\n\nThese taps were built using this template:\n\n- [tap-zendesk-chat](https://github.com/singer-io/tap-zendesk-chat)\n- [tap-jira](https://github.com/singer-io/tap-jira)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-ryan%2Fcookiecutter-singer-tap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb-ryan%2Fcookiecutter-singer-tap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-ryan%2Fcookiecutter-singer-tap/lists"}